#5B0ABB

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

Shades of Purple Heart #5B0ABB

Tints of Purple Heart #5B0ABB

Color information

#5B0ABB (or 0x5B0ABB) is unknown color: approx Purple Heart. HEX triplet: 5B, 0A and BB. RGB value is (91,10,187). Sum of RGB (Red+Green+Blue) = 91+10+187=288 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.60% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 187 (73.44% from 255 or 64.93% from 288); Max value from RGB is 187 - color contains mainly: blue. Hex color #5B0ABB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B0ABB is #A4F544. Grayscale: #353535. Windows color (decimal): -10810693 or 12257883. OLE color: 12257883.

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

Color convert

RGB9110187-
CMYK0.510.9500.27
HSL267.46º89.85%38.63%-
HSV(B)267.46º94.65%73.33%-
XYZ13.396.0347.47-
YUV54.4202.84154.11-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.60%
GREEN value IS 10 (4.30% from 255) = 3.47%
BLUE value IS 187 (73.44% from 255) = 64.93%
R=31.60%
G=3.47%
B=64.93%

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
Decimal91101870.510.9500.27267.4689.8538.63
Hex5BABB335F01B10b5a27
Octal133122736313703341313247
Binary101101110101011101111001110111110110111000010111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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