#6E1ABE

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

Shades of Purple Heart #6E1ABE

Tints of Purple Heart #6E1ABE

Color information

#6E1ABE (or 0x6E1ABE) is unknown color: approx Purple Heart. HEX triplet: 6E, 1A and BE. RGB value is (110,26,190). Sum of RGB (Red+Green+Blue) = 110+26+190=326 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.74% from 326); Green value is 26 (10.55% from 255 or 7.98% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E1ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E1ABE is #91E541. Grayscale: #454545. Windows color (decimal): -9561410 or 12458606. OLE color: 12458606.

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

Color convert

RGB11026190-
CMYK0.420.8600.25
HSL270.73º75.93%42.35%-
HSV(B)270.73º86.32%74.51%-
XYZ16.097.7749.37-
YUV69.81195.83156.66-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.74%
GREEN value IS 26 (10.55% from 255) = 7.98%
BLUE value IS 190 (74.61% from 255) = 58.28%
R=33.74%
G=7.98%
B=58.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal110261900.420.8600.25270.7375.9342.35
Hex6E1ABE2A5601910f4c2a
Octal156322765212603141711452
Binary1101110110101011111010101010101100110011000011111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,26,190); }

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

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

 a { background-color: rgb(110,26,190); }

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

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

 span { border-color: rgb(110,26,190); }

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