#6E0BB1

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

Shades of Purple Heart #6E0BB1

Tints of Purple Heart #6E0BB1

Color information

#6E0BB1 (or 0x6E0BB1) is unknown color: approx Purple Heart. HEX triplet: 6E, 0B and B1. RGB value is (110,11,177). Sum of RGB (Red+Green+Blue) = 110+11+177=298 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.91% from 298); Green value is 11 (4.69% from 255 or 3.69% from 298); Blue value is 177 (69.53% from 255 or 59.40% from 298); Max value from RGB is 177 - color contains mainly: blue. Hex color #6E0BB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0BB1 is #91F44E. Grayscale: #3A3A3A. Windows color (decimal): -9565263 or 11602798. OLE color: 11602798.

HSL color Cylindrical-coordinate representation of color #6E0BB1: hue angle of 275.78º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6E0BB1 is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11011177-
CMYK0.380.9400.31
HSL275.78º88.3%36.86%-
HSV(B)275.78º93.79%69.41%-
XYZ14.496.7342.13-
YUV59.53194.3164-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.91%
GREEN value IS 11 (4.69% from 255) = 3.69%
BLUE value IS 177 (69.53% from 255) = 59.40%
R=36.91%
G=3.69%
B=59.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal110111770.380.9400.31275.7888.336.86
Hex6EBB1265E01F1145825
Octal156132614613603742413045
Binary110111010111011000110011010111100111111000101001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,11,177); }

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

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

 a { background-color: rgb(110,11,177); }

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

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

 span { border-color: rgb(110,11,177); }

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