#6608D3

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

Shades of Purple Heart #6608D3

Tints of Purple Heart #6608D3

Color information

#6608D3 (or 0x6608D3) is unknown color: approx Purple Heart. HEX triplet: 66, 08 and D3. RGB value is (102,8,211). Sum of RGB (Red+Green+Blue) = 102+8+211=321 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.78% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 211 (82.81% from 255 or 65.73% from 321); Max value from RGB is 211 - color contains mainly: blue. Hex color #6608D3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6608D3 is #99F72C. Grayscale: #3A3A3A. Windows color (decimal): -10090285 or 13830246. OLE color: 13830246.

HSL color Cylindrical-coordinate representation of color #6608D3: hue angle of 267.78º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6608D3 is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB1028211-
CMYK0.520.9600.17
HSL267.78º92.69%42.94%-
HSV(B)267.78º96.21%82.75%-
XYZ17.327.762.2-
YUV59.25213.64158.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.78%
GREEN value IS 8 (3.52% from 255) = 2.49%
BLUE value IS 211 (82.81% from 255) = 65.73%
R=31.78%
G=2.49%
B=65.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal10282110.520.9600.17267.7892.6942.94
Hex668D3346001110c5d2b
Octal146103236414002141413553
Binary110011010001101001111010011000000100011000011001011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6608D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6608D3; }

 p { color: rgb(102,8,211); }

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

<style>
 a { background-color: #6608D3; }

 a { background-color: rgb(102,8,211); }

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

<style>
 span { border-color: #6608D3; }

 span { border-color: rgb(102,8,211); }

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