#6a0cc6

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

Shades of Purple Heart #6A0CC6

Tints of Purple Heart #6A0CC6

Color information

#6A0CC6 (or 0x6A0CC6) is unknown color: approx Purple Heart. HEX triplet: 6A, 0C and C6. RGB value is (106,12,198). Sum of RGB (Red+Green+Blue) = 106+12+198=316 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.54% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 198 (77.73% from 255 or 62.66% from 316); Max value from RGB is 198 - color contains mainly: blue. Hex color #6A0CC6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A0CC6 is #95F339. Grayscale: #3C3C3C. Windows color (decimal): -9827130 or 12979306. OLE color: 12979306.

HSL color Cylindrical-coordinate representation of color #6A0CC6: hue angle of 270.32º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6A0CC6 is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10612198-
CMYK0.460.9400.22
HSL270.32º88.57%41.18%-
HSV(B)270.32º93.94%77.65%-
XYZ16.277.454-
YUV61.31205.14159.88-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.54%
GREEN value IS 12 (5.08% from 255) = 3.80%
BLUE value IS 198 (77.73% from 255) = 62.66%
R=33.54%
G=3.80%
B=62.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal106121980.460.9400.22270.3288.5741.18
Hex6ACC62E5E01610e5929
Octal152143065613602641613151
Binary110101011001100011010111010111100101101000011101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a0cc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6a0cc6; }

 p { color: rgb(106,12,198); }

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

<style>
 a { background-color: #6a0cc6; }

 a { background-color: rgb(106,12,198); }

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

<style>
 span { border-color: #6a0cc6; }

 span { border-color: rgb(106,12,198); }

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