#6E1BBF

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

Shades of Purple Heart #6E1BBF

Tints of Purple Heart #6E1BBF

Color information

#6E1BBF (or 0x6E1BBF) is unknown color: approx Purple Heart. HEX triplet: 6E, 1B and BF. RGB value is (110,27,191). Sum of RGB (Red+Green+Blue) = 110+27+191=328 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.54% from 328); Green value is 27 (10.94% from 255 or 8.23% from 328); Blue value is 191 (75% from 255 or 58.23% from 328); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E1BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E1BBF is #91E440. Grayscale: #454545. Windows color (decimal): -9561153 or 12524398. OLE color: 12524398.

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

Color convert

RGB11027191-
CMYK0.420.8600.25
HSL270.37º75.23%42.75%-
HSV(B)270.37º85.86%74.9%-
XYZ16.237.8649.95-
YUV70.51196156.16-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.54%
GREEN value IS 27 (10.94% from 255) = 8.23%
BLUE value IS 191 (75% from 255) = 58.23%
R=33.54%
G=8.23%
B=58.23%

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
Decimal110271910.420.8600.25270.3775.2342.75
Hex6E1BBF2A5601910e4b2b
Octal156332775212603141611353
Binary1101110110111011111110101010101100110011000011101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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