#6E1EB1

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

Shades of Purple Heart #6E1EB1

Tints of Purple Heart #6E1EB1

Color information

#6E1EB1 (or 0x6E1EB1) is unknown color: approx Purple Heart. HEX triplet: 6E, 1E and B1. RGB value is (110,30,177). Sum of RGB (Red+Green+Blue) = 110+30+177=317 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.70% from 317); Green value is 30 (12.11% from 255 or 9.46% from 317); Blue value is 177 (69.53% from 255 or 55.84% from 317); Max value from RGB is 177 - color contains mainly: blue. Hex color #6E1EB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E1EB1 is #91E14E. Grayscale: #464646. Windows color (decimal): -9560399 or 11607662. OLE color: 11607662.

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

Color convert

RGB11030177-
CMYK0.380.8300.31
HSL272.65º71.01%40.59%-
HSV(B)272.65º83.05%69.41%-
XYZ14.837.4242.25-
YUV70.68188156.05-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.70%
GREEN value IS 30 (12.11% from 255) = 9.46%
BLUE value IS 177 (69.53% from 255) = 55.84%
R=34.70%
G=9.46%
B=55.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal110301770.380.8300.31272.6571.0140.59
Hex6E1EB1265301F1114729
Octal156362614612303742110751
Binary1101110111101011000110011010100110111111000100011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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