#6F29DA

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

Shades of Purple Heart #6F29DA

Tints of Purple Heart #6F29DA

Color information

#6F29DA (or 0x6F29DA) is unknown color: approx Purple Heart. HEX triplet: 6F, 29 and DA. RGB value is (111,41,218). Sum of RGB (Red+Green+Blue) = 111+41+218=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 218 (85.55% from 255 or 58.92% from 370); Max value from RGB is 218 - color contains mainly: blue. Hex color #6F29DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F29DA is #90D625. Grayscale: #515151. Windows color (decimal): -9492006 or 14297455. OLE color: 14297455.

HSL color Cylindrical-coordinate representation of color #6F29DA: hue angle of 263.73º 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 #6F29DA is Cyan = 0.49, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11141218-
CMYK0.490.8100.15
HSL263.73º70.52%50.78%-
HSV(B)263.73º81.19%85.49%-
XYZ2010.0367.21-
YUV82.11204.69148.61-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30%
GREEN value IS 41 (16.41% from 255) = 11.08%
BLUE value IS 218 (85.55% from 255) = 58.92%
R=30%
G=11.08%
B=58.92%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal111412180.490.8100.15263.7370.5250.78
Hex6F29DA31510F1084733
Octal157513326112101741010763
Binary1101111101001110110101100011010001011111000010001000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F29DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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