#6A1EAE

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

Shades of Purple Heart #6A1EAE

Tints of Purple Heart #6A1EAE

Color information

#6A1EAE (or 0x6A1EAE) is unknown color: approx Purple Heart. HEX triplet: 6A, 1E and AE. RGB value is (106,30,174). Sum of RGB (Red+Green+Blue) = 106+30+174=310 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.19% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #6A1EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A1EAE is #95E151. Grayscale: #444444. Windows color (decimal): -9822546 or 11411050. OLE color: 11411050.

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

Color convert

RGB10630174-
CMYK0.390.8300.32
HSL271.67º70.59%40%-
HSV(B)271.67º82.76%68.24%-
XYZ14.057.0540.66-
YUV69.14187.18154.29-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.19%
GREEN value IS 30 (12.11% from 255) = 9.68%
BLUE value IS 174 (68.36% from 255) = 56.13%
R=34.19%
G=9.68%
B=56.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal106301740.390.8300.32271.6770.5940
Hex6A1EAE27530201104728
Octal152362564712304042010750
Binary11010101111010101110100111101001101000001000100001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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