#5B36BA

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

Shades of Purple Heart #5B36BA

Tints of Purple Heart #5B36BA

Color information

#5B36BA (or 0x5B36BA) is unknown color: approx Purple Heart. HEX triplet: 5B, 36 and BA. RGB value is (91,54,186). Sum of RGB (Red+Green+Blue) = 91+54+186=331 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.49% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B36BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B36BA is #A4C945. Grayscale: #4F4F4F. Windows color (decimal): -10799430 or 12203611. OLE color: 12203611.

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

Color convert

RGB9154186-
CMYK0.510.7100.27
HSL256.82º55%47.06%-
HSV(B)256.82º70.97%72.94%-
XYZ14.58.4147.31-
YUV80.11187.76135.77-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.49%
GREEN value IS 54 (21.48% from 255) = 16.31%
BLUE value IS 186 (73.05% from 255) = 56.19%
R=27.49%
G=16.31%
B=56.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal91541860.510.7100.27256.825547.06
Hex5B36BA334701B101372f
Octal13366272631070334016757
Binary1011011110110101110101100111000111011011100000001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B36BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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