#6A0AC8

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

Shades of Purple Heart #6A0AC8

Tints of Purple Heart #6A0AC8

Color information

#6A0AC8 (or 0x6A0AC8) is unknown color: approx Purple Heart. HEX triplet: 6A, 0A and C8. RGB value is (106,10,200). Sum of RGB (Red+Green+Blue) = 106+10+200=316 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.54% from 316); Green value is 10 (4.30% from 255 or 3.16% from 316); Blue value is 200 (78.52% from 255 or 63.29% from 316); Max value from RGB is 200 - color contains mainly: blue. Hex color #6A0AC8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A0AC8 is #95F537. Grayscale: #3B3B3B. Windows color (decimal): -9827640 or 13109866. OLE color: 13109866.

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

Color convert

RGB10610200-
CMYK0.470.9500.22
HSL270.32º90.48%41.18%-
HSV(B)270.32º95%78.43%-
XYZ16.487.4555.21-
YUV60.36206.8160.55-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.54%
GREEN value IS 10 (4.30% from 255) = 3.16%
BLUE value IS 200 (78.52% from 255) = 63.29%
R=33.54%
G=3.16%
B=63.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal106102000.470.9500.22270.3290.4841.18
Hex6AAC82F5F01610e5a29
Octal152123105713702641613251
Binary110101010101100100010111110111110101101000011101011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,10,200); }

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

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

 a { background-color: rgb(106,10,200); }

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

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

 span { border-color: rgb(106,10,200); }

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