#6E46BF

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

Shades of Purple Heart #6E46BF

Tints of Purple Heart #6E46BF

Color information

#6E46BF (or 0x6E46BF) is unknown color: approx Purple Heart. HEX triplet: 6E, 46 and BF. RGB value is (110,70,191). Sum of RGB (Red+Green+Blue) = 110+70+191=371 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.65% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E46BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E46BF is #91B940. Grayscale: #5F5F5F. Windows color (decimal): -9550145 or 12535406. OLE color: 12535406.

HSL color Cylindrical-coordinate representation of color #6E46BF: hue angle of 259.83º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E46BF is Cyan = 0.42, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11070191-
CMYK0.420.6300.25
HSL259.83º48.59%51.18%-
HSV(B)259.83º63.35%74.9%-
XYZ18.0211.4650.55-
YUV95.75181.75138.16-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.65%
GREEN value IS 70 (27.73% from 255) = 18.87%
BLUE value IS 191 (75% from 255) = 51.48%
R=29.65%
G=18.87%
B=51.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal110701910.420.6300.25259.8348.5951.18
Hex6E46BF2A3F0191043133
Octal15610627752770314046163
Binary1101110100011010111111101010111111011001100000100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E46BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,70,191); }

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

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

 a { background-color: rgb(110,70,191); }

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

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

 span { border-color: rgb(110,70,191); }

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