#5B20CC

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

Shades of Purple Heart #5B20CC

Tints of Purple Heart #5B20CC

Color information

#5B20CC (or 0x5B20CC) is unknown color: approx Purple Heart. HEX triplet: 5B, 20 and CC. RGB value is (91,32,204). Sum of RGB (Red+Green+Blue) = 91+32+204=327 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.83% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 204 (80.08% from 255 or 62.39% from 327); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B20CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B20CC is #A4DF33. Grayscale: #444444. Windows color (decimal): -10805044 or 13377627. OLE color: 13377627.

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

Color convert

RGB9132204-
CMYK0.550.8400.2
HSL260.58º72.88%46.27%-
HSV(B)260.58º84.31%80%-
XYZ15.737.6257.77-
YUV69.25204.05143.51-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.83%
GREEN value IS 32 (12.89% from 255) = 9.79%
BLUE value IS 204 (80.08% from 255) = 62.39%
R=27.83%
G=9.79%
B=62.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal91322040.550.8400.2260.5872.8846.27
Hex5B20CC3754014105492e
Octal133403146712402440511156
Binary10110111000001100110011011110101000101001000001011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B20CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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