#6e1baf

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

Shades of Purple Heart #6E1BAF

Tints of Purple Heart #6E1BAF

Color information

#6E1BAF (or 0x6E1BAF) is unknown color: approx Purple Heart. HEX triplet: 6E, 1B and AF. RGB value is (110,27,175). Sum of RGB (Red+Green+Blue) = 110+27+175=312 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.26% from 312); Green value is 27 (10.94% from 255 or 8.65% from 312); Blue value is 175 (68.75% from 255 or 56.09% from 312); Max value from RGB is 175 - color contains mainly: blue. Hex color #6E1BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E1BAF is #91E450. Grayscale: #444444. Windows color (decimal): -9561169 or 11475822. OLE color: 11475822.

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

Color convert

RGB11027175-
CMYK0.370.8500.31
HSL273.65º73.27%39.61%-
HSV(B)273.65º84.57%68.63%-
XYZ14.567.1941.18-
YUV68.69188157.47-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.26%
GREEN value IS 27 (10.94% from 255) = 8.65%
BLUE value IS 175 (68.75% from 255) = 56.09%
R=35.26%
G=8.65%
B=56.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal110271750.370.8500.31273.6573.2739.61
Hex6E1BAF255501F1124928
Octal156332574512503742211150
Binary1101110110111010111110010110101010111111000100101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e1baf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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