#6611A6

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

Shades of Purple Heart #6611A6

Tints of Purple Heart #6611A6

Color information

#6611A6 (or 0x6611A6) is unknown color: approx Purple Heart. HEX triplet: 66, 11 and A6. RGB value is (102,17,166). Sum of RGB (Red+Green+Blue) = 102+17+166=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 166 (65.23% from 255 or 58.25% from 285); Max value from RGB is 166 - color contains mainly: blue. Hex color #6611A6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6611A6 is #99EE59. Grayscale: #3A3A3A. Windows color (decimal): -10088026 or 10883430. OLE color: 10883430.

HSL color Cylindrical-coordinate representation of color #6611A6: hue angle of 274.23º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6611A6 is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB10217166-
CMYK0.390.9000.35
HSL274.23º81.42%35.88%-
HSV(B)274.23º89.76%65.1%-
XYZ12.565.9836.57-
YUV59.4188.16158.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.79%
GREEN value IS 17 (7.03% from 255) = 5.96%
BLUE value IS 166 (65.23% from 255) = 58.25%
R=35.79%
G=5.96%
B=58.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal102171660.390.9000.35274.2381.4235.88
Hex6611A6275A0231125124
Octal146212464713204342212144
Binary11001101000110100110100111101101001000111000100101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6611A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6611A6; }

 p { color: rgb(102,17,166); }

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

<style>
 a { background-color: #6611A6; }

 a { background-color: rgb(102,17,166); }

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

<style>
 span { border-color: #6611A6; }

 span { border-color: rgb(102,17,166); }

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