#5B20CA

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

Shades of Purple Heart #5B20CA

Tints of Purple Heart #5B20CA

Color information

#5B20CA (or 0x5B20CA) is unknown color: approx Purple Heart. HEX triplet: 5B, 20 and CA. RGB value is (91,32,202). Sum of RGB (Red+Green+Blue) = 91+32+202=325 (43% of max value = 765). Red value is 91 (35.94% from 255 or 28% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 202 (79.30% from 255 or 62.15% from 325); Max value from RGB is 202 - color contains mainly: blue. Hex color #5B20CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B20CA is #A4DF35. Grayscale: #444444. Windows color (decimal): -10805046 or 13246555. OLE color: 13246555.

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

Color convert

RGB9132202-
CMYK0.550.8400.21
HSL260.82º72.65%45.88%-
HSV(B)260.82º84.16%79.22%-
XYZ15.497.5256.51-
YUV69.02203.05143.68-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28%
GREEN value IS 32 (12.89% from 255) = 9.85%
BLUE value IS 202 (79.30% from 255) = 62.15%
R=28%
G=9.85%
B=62.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal91322020.550.8400.21260.8272.6545.88
Hex5B20CA3754015105492e
Octal133403126712402540511156
Binary10110111000001100101011011110101000101011000001011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B20CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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