#6A0ABE

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

Shades of Purple Heart #6A0ABE

Tints of Purple Heart #6A0ABE

Color information

#6A0ABE (or 0x6A0ABE) is unknown color: approx Purple Heart. HEX triplet: 6A, 0A and BE. RGB value is (106,10,190). Sum of RGB (Red+Green+Blue) = 106+10+190=306 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.64% from 306); Green value is 10 (4.30% from 255 or 3.27% from 306); Blue value is 190 (74.61% from 255 or 62.09% from 306); Max value from RGB is 190 - color contains mainly: blue. Hex color #6A0ABE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A0ABE is #95F541. Grayscale: #3A3A3A. Windows color (decimal): -9827650 or 12454506. OLE color: 12454506.

HSL color Cylindrical-coordinate representation of color #6A0ABE: hue angle of 272º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6A0ABE is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10610190-
CMYK0.440.9500.25
HSL272º90%39.22%-
HSV(B)272º94.74%74.51%-
XYZ15.35749.26-
YUV59.22201.8161.36-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.64%
GREEN value IS 10 (4.30% from 255) = 3.27%
BLUE value IS 190 (74.61% from 255) = 62.09%
R=34.64%
G=3.27%
B=62.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal106101900.440.9500.252729039.22
Hex6AABE2C5F0191105a27
Octal152122765413703142013247
Binary110101010101011111010110010111110110011000100001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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