#6E45BF

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

Shades of Purple Heart #6E45BF

Tints of Purple Heart #6E45BF

Color information

#6E45BF (or 0x6E45BF) is unknown color: approx Purple Heart. HEX triplet: 6E, 45 and BF. RGB value is (110,69,191). Sum of RGB (Red+Green+Blue) = 110+69+191=370 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.73% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E45BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E45BF is #91BA40. Grayscale: #5E5E5E. Windows color (decimal): -9550401 or 12535150. OLE color: 12535150.

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

Color convert

RGB11069191-
CMYK0.420.6400.25
HSL260.16º48.8%50.98%-
HSV(B)260.16º63.87%74.9%-
XYZ17.9611.3350.53-
YUV95.17182.08138.58-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.73%
GREEN value IS 69 (27.34% from 255) = 18.65%
BLUE value IS 191 (75% from 255) = 51.62%
R=29.73%
G=18.65%
B=51.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal110691910.420.6400.25260.1648.850.98
Hex6E45BF2A400191043133
Octal156105277521000314046163
Binary11011101000101101111111010101000000011001100000100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E45BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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