#6630C0

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

Shades of Purple Heart #6630C0

Tints of Purple Heart #6630C0

Color information

#6630C0 (or 0x6630C0) is unknown color: approx Purple Heart. HEX triplet: 66, 30 and C0. RGB value is (102,48,192). Sum of RGB (Red+Green+Blue) = 102+48+192=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 192 (75.39% from 255 or 56.14% from 342); Max value from RGB is 192 - color contains mainly: blue. Hex color #6630C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6630C0 is #99CF3F. Grayscale: #505050. Windows color (decimal): -10080064 or 12595302. OLE color: 12595302.

HSL color Cylindrical-coordinate representation of color #6630C0: hue angle of 262.5º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6630C0 is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10248192-
CMYK0.470.7500.25
HSL262.5º60%47.06%-
HSV(B)262.5º75%75.29%-
XYZ16.058.7450.71-
YUV80.56190.89143.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.82%
GREEN value IS 48 (19.14% from 255) = 14.04%
BLUE value IS 192 (75.39% from 255) = 56.14%
R=29.82%
G=14.04%
B=56.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal102481920.470.7500.25262.56047.06
Hex6630C02F4B0191063c2f
Octal14660300571130314067457
Binary1100110110000110000001011111001011011001100000110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6630C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6630C0; }

 p { color: rgb(102,48,192); }

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

<style>
 a { background-color: #6630C0; }

 a { background-color: rgb(102,48,192); }

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

<style>
 span { border-color: #6630C0; }

 span { border-color: rgb(102,48,192); }

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