#6E1CB0

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

Shades of Purple Heart #6E1CB0

Tints of Purple Heart #6E1CB0

Color information

#6E1CB0 (or 0x6E1CB0) is unknown color: approx Purple Heart. HEX triplet: 6E, 1C and B0. RGB value is (110,28,176). Sum of RGB (Red+Green+Blue) = 110+28+176=314 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.03% from 314); Green value is 28 (11.33% from 255 or 8.92% from 314); Blue value is 176 (69.14% from 255 or 56.05% from 314); Max value from RGB is 176 - color contains mainly: blue. Hex color #6E1CB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E1CB0 is #91E34F. Grayscale: #444444. Windows color (decimal): -9560912 or 11541614. OLE color: 11541614.

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

Color convert

RGB11028176-
CMYK0.370.8400.31
HSL273.24º72.55%40%-
HSV(B)273.24º84.09%69.02%-
XYZ14.687.2841.71-
YUV69.39188.17156.97-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.03%
GREEN value IS 28 (11.33% from 255) = 8.92%
BLUE value IS 176 (69.14% from 255) = 56.05%
R=35.03%
G=8.92%
B=56.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal110281760.370.8400.31273.2472.5540
Hex6E1CB0255401F1114928
Octal156342604512403742111150
Binary1101110111001011000010010110101000111111000100011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,28,176); }

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

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

 a { background-color: rgb(110,28,176); }

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

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

 span { border-color: rgb(110,28,176); }

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