#6E29DA

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

Shades of Purple Heart #6E29DA

Tints of Purple Heart #6E29DA

Color information

#6E29DA (or 0x6E29DA) is unknown color: approx Purple Heart. HEX triplet: 6E, 29 and DA. RGB value is (110,41,218). Sum of RGB (Red+Green+Blue) = 110+41+218=369 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.81% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #6E29DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E29DA is #91D625. Grayscale: #515151. Windows color (decimal): -9557542 or 14297454. OLE color: 14297454.

HSL color Cylindrical-coordinate representation of color #6E29DA: hue angle of 263.39º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6E29DA is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11041218-
CMYK0.500.8100.15
HSL263.39º70.52%50.78%-
HSV(B)263.39º81.19%85.49%-
XYZ19.889.9667.2-
YUV81.81204.86148.11-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.81%
GREEN value IS 41 (16.41% from 255) = 11.11%
BLUE value IS 218 (85.55% from 255) = 59.08%
R=29.81%
G=11.11%
B=59.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal110412180.500.8100.15263.3970.5250.78
Hex6E29DA32510F1074733
Octal156513326212101740710763
Binary1101110101001110110101100101010001011111000001111000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E29DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,41,218); }

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

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

 a { background-color: rgb(110,41,218); }

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

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

 span { border-color: rgb(110,41,218); }

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