#6A2AAE

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

Shades of Purple Heart #6A2AAE

Tints of Purple Heart #6A2AAE

Color information

#6A2AAE (or 0x6A2AAE) is unknown color: approx Purple Heart. HEX triplet: 6A, 2A and AE. RGB value is (106,42,174). Sum of RGB (Red+Green+Blue) = 106+42+174=322 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.92% from 322); Green value is 42 (16.80% from 255 or 13.04% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #6A2AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2AAE is #95D551. Grayscale: #4B4B4B. Windows color (decimal): -9819474 or 11414122. OLE color: 11414122.

HSL color Cylindrical-coordinate representation of color #6A2AAE: hue angle of 269.09º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6A2AAE is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10642174-
CMYK0.390.7600.32
HSL269.09º61.11%42.35%-
HSV(B)269.09º75.86%68.24%-
XYZ14.417.7840.79-
YUV76.18183.2149.27-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.92%
GREEN value IS 42 (16.80% from 255) = 13.04%
BLUE value IS 174 (68.36% from 255) = 54.04%
R=32.92%
G=13.04%
B=54.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal106421740.390.7600.32269.0961.1142.35
Hex6A2AAE274C02010d3d2a
Octal15252256471140404157552
Binary11010101010101010111010011110011000100000100001101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,42,174); }

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

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

 a { background-color: rgb(106,42,174); }

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

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

 span { border-color: rgb(106,42,174); }

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