#6330B6

Color #6330B6 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6330B6

Tints of Purple Heart #6330B6

Color information

#6330B6 (or 0x6330B6) is unknown color: approx Purple Heart. HEX triplet: 63, 30 and B6. RGB value is (99,48,182). Sum of RGB (Red+Green+Blue) = 99+48+182=329 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.09% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 182 (71.48% from 255 or 55.32% from 329); Max value from RGB is 182 - color contains mainly: blue. Hex color #6330B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6330B6 is #9CCF49. Grayscale: #4E4E4E. Windows color (decimal): -10276682 or 11939939. OLE color: 11939939.

HSL color Cylindrical-coordinate representation of color #6330B6: hue angle of 262.84º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6330B6 is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9948182-
CMYK0.460.7400.29
HSL262.84º58.26%45.1%-
HSV(B)262.84º73.63%71.37%-
XYZ14.658.1445.06-
YUV78.53186.4142.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 30.09%
GREEN value IS 48 (19.14% from 255) = 14.59%
BLUE value IS 182 (71.48% from 255) = 55.32%
R=30.09%
G=14.59%
B=55.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal99481820.460.7400.29262.8458.2645.1
Hex6330B62E4A01D1073a2d
Octal14360266561120354077255
Binary1100011110000101101101011101001010011101100000111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6330B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6330B6; }

 p { color: rgb(99,48,182); }

 H1.HeaderClassName
 {
   color: #6330B6;
 }
 .AnyTagClassName
 {
   color: #6330B6;
 }
</style>
background-color css

<style>
 a { background-color: #6330B6; }

 a { background-color: rgb(99,48,182); }

 div.DivClassName
 {
   background-color: #6330B6;
 }
 .BgClassName
 {
   background-color: #6330B6;
 }
</style>
border-color css

<style>
 span { border-color: #6330B6; }

 span { border-color: rgb(99,48,182); }

 td.TdClassName
 {
   border-color: #6330B6;
 }
 .TagClassName
 {
   border-color: #6330B6;
 }
</style>