#6E1ABD

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

Shades of Purple Heart #6E1ABD

Tints of Purple Heart #6E1ABD

Color information

#6E1ABD (or 0x6E1ABD) is unknown color: approx Purple Heart. HEX triplet: 6E, 1A and BD. RGB value is (110,26,189). Sum of RGB (Red+Green+Blue) = 110+26+189=325 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.85% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 189 (74.22% from 255 or 58.15% from 325); Max value from RGB is 189 - color contains mainly: blue. Hex color #6E1ABD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E1ABD is #91E542. Grayscale: #454545. Windows color (decimal): -9561411 or 12393070. OLE color: 12393070.

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

Color convert

RGB11026189-
CMYK0.420.8600.26
HSL270.92º75.81%42.16%-
HSV(B)270.92º86.24%74.12%-
XYZ15.997.7348.79-
YUV69.7195.33156.75-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.85%
GREEN value IS 26 (10.55% from 255) = 8%
BLUE value IS 189 (74.22% from 255) = 58.15%
R=33.85%
G=8%
B=58.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal110261890.420.8600.26270.9275.8142.16
Hex6E1ABD2A5601A10f4c2a
Octal156322755212603241711452
Binary1101110110101011110110101010101100110101000011111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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