#6E1BB9

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

Shades of Purple Heart #6E1BB9

Tints of Purple Heart #6E1BB9

Color information

#6E1BB9 (or 0x6E1BB9) is unknown color: approx Purple Heart. HEX triplet: 6E, 1B and B9. RGB value is (110,27,185). Sum of RGB (Red+Green+Blue) = 110+27+185=322 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.16% from 322); Green value is 27 (10.94% from 255 or 8.39% from 322); Blue value is 185 (72.66% from 255 or 57.45% from 322); Max value from RGB is 185 - color contains mainly: blue. Hex color #6E1BB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E1BB9 is #91E446. Grayscale: #454545. Windows color (decimal): -9561159 or 12131182. OLE color: 12131182.

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

Color convert

RGB11027185-
CMYK0.410.8500.27
HSL271.52º74.53%41.57%-
HSV(B)271.52º85.41%72.55%-
XYZ15.587.646.55-
YUV69.83193156.65-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.16%
GREEN value IS 27 (10.94% from 255) = 8.39%
BLUE value IS 185 (72.66% from 255) = 57.45%
R=34.16%
G=8.39%
B=57.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal110271850.410.8500.27271.5274.5341.57
Hex6E1BB9295501B1104b2a
Octal156332715112503342011352
Binary1101110110111011100110100110101010110111000100001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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