#6A29AE

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

Shades of Purple Heart #6A29AE

Tints of Purple Heart #6A29AE

Color information

#6A29AE (or 0x6A29AE) is unknown color: approx Purple Heart. HEX triplet: 6A, 29 and AE. RGB value is (106,41,174). Sum of RGB (Red+Green+Blue) = 106+41+174=321 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.02% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 174 (68.36% from 255 or 54.21% from 321); Max value from RGB is 174 - color contains mainly: blue. Hex color #6A29AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A29AE is #95D651. Grayscale: #4B4B4B. Windows color (decimal): -9819730 or 11413866. OLE color: 11413866.

HSL color Cylindrical-coordinate representation of color #6A29AE: hue angle of 269.32º degrees, saturation: 0.62, 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 #6A29AE is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10641174-
CMYK0.390.7600.32
HSL269.32º61.86%42.16%-
HSV(B)269.32º76.44%68.24%-
XYZ14.387.7140.77-
YUV75.6183.53149.69-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.02%
GREEN value IS 41 (16.41% from 255) = 12.77%
BLUE value IS 174 (68.36% from 255) = 54.21%
R=33.02%
G=12.77%
B=54.21%

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
Decimal106411740.390.7600.32269.3261.8642.16
Hex6A29AE274C02010d3e2a
Octal15251256471140404157652
Binary11010101010011010111010011110011000100000100001101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A29AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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