#6E1EBF

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

Shades of Purple Heart #6E1EBF

Tints of Purple Heart #6E1EBF

Color information

#6E1EBF (or 0x6E1EBF) is unknown color: approx Purple Heart. HEX triplet: 6E, 1E and BF. RGB value is (110,30,191). Sum of RGB (Red+Green+Blue) = 110+30+191=331 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.23% from 331); Green value is 30 (12.11% from 255 or 9.06% from 331); Blue value is 191 (75% from 255 or 57.70% from 331); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E1EBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E1EBF is #91E140. Grayscale: #474747. Windows color (decimal): -9560385 or 12525166. OLE color: 12525166.

HSL color Cylindrical-coordinate representation of color #6E1EBF: hue angle of 269.81º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E1EBF is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11030191-
CMYK0.420.8400.25
HSL269.81º72.85%43.33%-
HSV(B)269.81º84.29%74.9%-
XYZ16.38.0149.98-
YUV72.27195154.91-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.23%
GREEN value IS 30 (12.11% from 255) = 9.06%
BLUE value IS 191 (75% from 255) = 57.70%
R=33.23%
G=9.06%
B=57.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal110301910.420.8400.25269.8172.8543.33
Hex6E1EBF2A5401910e492b
Octal156362775212403141611153
Binary1101110111101011111110101010101000110011000011101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,30,191); }

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

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

 a { background-color: rgb(110,30,191); }

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

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

 span { border-color: rgb(110,30,191); }

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