#5B2DC0

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

Shades of Purple Heart #5B2DC0

Tints of Purple Heart #5B2DC0

Color information

#5B2DC0 (or 0x5B2DC0) is unknown color: approx Purple Heart. HEX triplet: 5B, 2D and C0. RGB value is (91,45,192). Sum of RGB (Red+Green+Blue) = 91+45+192=328 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.74% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 192 (75.39% from 255 or 58.54% from 328); Max value from RGB is 192 - color contains mainly: blue. Hex color #5B2DC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B2DC0 is #A4D23F. Grayscale: #4A4A4A. Windows color (decimal): -10801728 or 12594523. OLE color: 12594523.

HSL color Cylindrical-coordinate representation of color #5B2DC0: hue angle of 258.78º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B2DC0 is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9145192-
CMYK0.530.7700.25
HSL258.78º62.03%46.47%-
HSV(B)258.78º76.56%75.29%-
XYZ14.777.9150.62-
YUV75.51193.74139.05-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.74%
GREEN value IS 45 (17.97% from 255) = 13.72%
BLUE value IS 192 (75.39% from 255) = 58.54%
R=27.74%
G=13.72%
B=58.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal91451920.530.7700.25258.7862.0346.47
Hex5B2DC0354D0191033e2e
Octal13355300651150314037656
Binary1011011101101110000001101011001101011001100000011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,45,192); }

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

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

 a { background-color: rgb(91,45,192); }

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

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

 span { border-color: rgb(91,45,192); }

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