#5B0EAA

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

Shades of Purple Heart #5B0EAA

Tints of Purple Heart #5B0EAA

Color information

#5B0EAA (or 0x5B0EAA) is unknown color: approx Purple Heart. HEX triplet: 5B, 0E and AA. RGB value is (91,14,170). Sum of RGB (Red+Green+Blue) = 91+14+170=275 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.09% from 275); Green value is 14 (5.86% from 255 or 5.09% from 275); Blue value is 170 (66.80% from 255 or 61.82% from 275); Max value from RGB is 170 - color contains mainly: blue. Hex color #5B0EAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0EAA is #A4F155. Grayscale: #363636. Windows color (decimal): -10809686 or 11144795. OLE color: 11144795.

HSL color Cylindrical-coordinate representation of color #5B0EAA: hue angle of 269.62º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5B0EAA is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9114170-
CMYK0.460.9200.33
HSL269.62º84.78%36.08%-
HSV(B)269.62º91.76%66.67%-
XYZ11.735.4438.46-
YUV54.81193.01153.82-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.09%
GREEN value IS 14 (5.86% from 255) = 5.09%
BLUE value IS 170 (66.80% from 255) = 61.82%
R=33.09%
G=5.09%
B=61.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91141700.460.9200.33269.6284.7836.08
Hex5BEAA2E5C02110e5524
Octal133162525613404141612544
Binary1011011111010101010101110101110001000011000011101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B0EAA; }

 p { color: rgb(91,14,170); }

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

<style>
 a { background-color: #5B0EAA; }

 a { background-color: rgb(91,14,170); }

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

<style>
 span { border-color: #5B0EAA; }

 span { border-color: rgb(91,14,170); }

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