#5B2EB2

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

Shades of Purple Heart #5B2EB2

Tints of Purple Heart #5B2EB2

Color information

#5B2EB2 (or 0x5B2EB2) is unknown color: approx Purple Heart. HEX triplet: 5B, 2E and B2. RGB value is (91,46,178). Sum of RGB (Red+Green+Blue) = 91+46+178=315 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.89% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 178 (69.92% from 255 or 56.51% from 315); Max value from RGB is 178 - color contains mainly: blue. Hex color #5B2EB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2EB2 is #A4D14D. Grayscale: #4A4A4A. Windows color (decimal): -10801486 or 11677275. OLE color: 11677275.

HSL color Cylindrical-coordinate representation of color #5B2EB2: hue angle of 260.45º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5B2EB2 is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9146178-
CMYK0.490.7400.30
HSL260.45º58.93%43.92%-
HSV(B)260.45º74.16%69.8%-
XYZ13.337.3942.84-
YUV74.5186.41139.77-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.89%
GREEN value IS 46 (18.36% from 255) = 14.60%
BLUE value IS 178 (69.92% from 255) = 56.51%
R=28.89%
G=14.60%
B=56.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal91461780.490.7400.30260.4558.9343.92
Hex5B2EB2314A01E1043b2c
Octal13356262611120364047354
Binary1011011101110101100101100011001010011110100000100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,46,178); }

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

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

 a { background-color: rgb(91,46,178); }

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

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

 span { border-color: rgb(91,46,178); }

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