#6A29AD

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

Shades of Purple Heart #6A29AD

Tints of Purple Heart #6A29AD

Color information

#6A29AD (or 0x6A29AD) is unknown color: approx Purple Heart. HEX triplet: 6A, 29 and AD. RGB value is (106,41,173). Sum of RGB (Red+Green+Blue) = 106+41+173=320 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.12% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 173 (67.97% from 255 or 54.06% from 320); Max value from RGB is 173 - color contains mainly: blue. Hex color #6A29AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A29AD is #95D652. Grayscale: #4B4B4B. Windows color (decimal): -9819731 or 11348330. OLE color: 11348330.

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

Color convert

RGB10641173-
CMYK0.390.7600.32
HSL269.55º61.68%41.96%-
HSV(B)269.55º76.3%67.84%-
XYZ14.287.6740.26-
YUV75.48183.03149.77-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.12%
GREEN value IS 41 (16.41% from 255) = 12.81%
BLUE value IS 173 (67.97% from 255) = 54.06%
R=33.12%
G=12.81%
B=54.06%

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
Decimal106411730.390.7600.32269.5561.6841.96
Hex6A29AD274C02010e3e2a
Octal15251255471140404167652
Binary11010101010011010110110011110011000100000100001110111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A29AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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