#6612A7

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

Shades of Purple Heart #6612A7

Tints of Purple Heart #6612A7

Color information

#6612A7 (or 0x6612A7) is unknown color: approx Purple Heart. HEX triplet: 66, 12 and A7. RGB value is (102,18,167). Sum of RGB (Red+Green+Blue) = 102+18+167=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 167 (65.62% from 255 or 58.19% from 287); Max value from RGB is 167 - color contains mainly: blue. Hex color #6612A7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6612A7 is #99ED58. Grayscale: #3B3B3B. Windows color (decimal): -10087769 or 10949222. OLE color: 10949222.

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

Color convert

RGB10218167-
CMYK0.390.8900.35
HSL273.83º80.54%36.27%-
HSV(B)273.83º89.22%65.49%-
XYZ12.676.0537.06-
YUV60.1188.33157.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.54%
GREEN value IS 18 (7.42% from 255) = 6.27%
BLUE value IS 167 (65.62% from 255) = 58.19%
R=35.54%
G=6.27%
B=58.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal102181670.390.8900.35273.8380.5436.27
Hex6612A727590231125124
Octal146222474713104342212144
Binary11001101001010100111100111101100101000111000100101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6612A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6612A7; }

 p { color: rgb(102,18,167); }

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

<style>
 a { background-color: #6612A7; }

 a { background-color: rgb(102,18,167); }

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

<style>
 span { border-color: #6612A7; }

 span { border-color: rgb(102,18,167); }

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