#5B0ABA

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

Shades of Purple Heart #5B0ABA

Tints of Purple Heart #5B0ABA

Color information

#5B0ABA (or 0x5B0ABA) is unknown color: approx Purple Heart. HEX triplet: 5B, 0A and BA. RGB value is (91,10,186). Sum of RGB (Red+Green+Blue) = 91+10+186=287 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.71% from 287); Green value is 10 (4.30% from 255 or 3.48% from 287); Blue value is 186 (73.05% from 255 or 64.81% from 287); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B0ABA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B0ABA is #A4F545. Grayscale: #353535. Windows color (decimal): -10810694 or 12192347. OLE color: 12192347.

HSL color Cylindrical-coordinate representation of color #5B0ABA: hue angle of 267.61º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B0ABA is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9110186-
CMYK0.510.9500.27
HSL267.61º89.8%38.43%-
HSV(B)267.61º94.62%72.94%-
XYZ13.295.9946.91-
YUV54.28202.34154.19-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.71%
GREEN value IS 10 (4.30% from 255) = 3.48%
BLUE value IS 186 (73.05% from 255) = 64.81%
R=31.71%
G=3.48%
B=64.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal91101860.510.9500.27267.6189.838.43
Hex5BABA335F01B10c5a26
Octal133122726313703341413246
Binary101101110101011101011001110111110110111000011001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,10,186); }

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

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

 a { background-color: rgb(91,10,186); }

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

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

 span { border-color: rgb(91,10,186); }

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