#5B36CA

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

Shades of Purple Heart #5B36CA

Tints of Purple Heart #5B36CA

Color information

#5B36CA (or 0x5B36CA) is unknown color: approx Purple Heart. HEX triplet: 5B, 36 and CA. RGB value is (91,54,202). Sum of RGB (Red+Green+Blue) = 91+54+202=347 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.22% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 202 (79.30% from 255 or 58.21% from 347); Max value from RGB is 202 - color contains mainly: blue. Hex color #5B36CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B36CA is #A4C935. Grayscale: #515151. Windows color (decimal): -10799414 or 13252187. OLE color: 13252187.

HSL color Cylindrical-coordinate representation of color #5B36CA: hue angle of 255º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5B36CA is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9154202-
CMYK0.550.7300.21
HSL255º58.27%50.2%-
HSV(B)255º73.27%79.22%-
XYZ16.299.1356.78-
YUV81.94195.76134.47-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.22%
GREEN value IS 54 (21.48% from 255) = 15.56%
BLUE value IS 202 (79.30% from 255) = 58.21%
R=26.22%
G=15.56%
B=58.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal91542020.550.7300.2125558.2750.2
Hex5B36CA3749015ff3a32
Octal13366312671110253777262
Binary101101111011011001010110111100100101010111111111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B36CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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