#5B2EBD

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

Shades of Purple Heart #5B2EBD

Tints of Purple Heart #5B2EBD

Color information

#5B2EBD (or 0x5B2EBD) is unknown color: approx Purple Heart. HEX triplet: 5B, 2E and BD. RGB value is (91,46,189). Sum of RGB (Red+Green+Blue) = 91+46+189=326 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.91% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #5B2EBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B2EBD is #A4D142. Grayscale: #4B4B4B. Windows color (decimal): -10801475 or 12398171. OLE color: 12398171.

HSL color Cylindrical-coordinate representation of color #5B2EBD: hue angle of 258.88º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B2EBD is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9146189-
CMYK0.520.7600.26
HSL258.88º60.85%46.08%-
HSV(B)258.88º75.66%74.12%-
XYZ14.487.8548.9-
YUV75.76191.91138.87-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.91%
GREEN value IS 46 (18.36% from 255) = 14.11%
BLUE value IS 189 (74.22% from 255) = 57.98%
R=27.91%
G=14.11%
B=57.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal91461890.520.7600.26258.8860.8546.08
Hex5B2EBD344C01A1033d2e
Octal13356275641140324037556
Binary1011011101110101111011101001001100011010100000011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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