#6A29B5

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

Shades of Purple Heart #6A29B5

Tints of Purple Heart #6A29B5

Color information

#6A29B5 (or 0x6A29B5) is unknown color: approx Purple Heart. HEX triplet: 6A, 29 and B5. RGB value is (106,41,181). Sum of RGB (Red+Green+Blue) = 106+41+181=328 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.32% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 181 (71.09% from 255 or 55.18% from 328); Max value from RGB is 181 - color contains mainly: blue. Hex color #6A29B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A29B5 is #95D64A. Grayscale: #4B4B4B. Windows color (decimal): -9819723 or 11872618. OLE color: 11872618.

HSL color Cylindrical-coordinate representation of color #6A29B5: hue angle of 267.86º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6A29B5 is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10641181-
CMYK0.410.7700.29
HSL267.86º63.06%43.53%-
HSV(B)267.86º77.35%70.98%-
XYZ15.087.9944.46-
YUV76.4187.03149.12-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.32%
GREEN value IS 41 (16.41% from 255) = 12.5%
BLUE value IS 181 (71.09% from 255) = 55.18%
R=32.32%
G=12.5%
B=55.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal106411810.410.7700.29267.8663.0643.53
Hex6A29B5294D01D10c3f2c
Octal15251265511150354147754
Binary1101010101001101101011010011001101011101100001100111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A29B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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