#5B44BE

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

Shades of Purple Heart #5B44BE

Tints of Purple Heart #5B44BE

Color information

#5B44BE (or 0x5B44BE) is unknown color: approx Purple Heart. HEX triplet: 5B, 44 and BE. RGB value is (91,68,190). Sum of RGB (Red+Green+Blue) = 91+68+190=349 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.07% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 190 (74.61% from 255 or 54.44% from 349); Max value from RGB is 190 - color contains mainly: blue. Hex color #5B44BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B44BE is #A4BB41. Grayscale: #585858. Windows color (decimal): -10795842 or 12469339. OLE color: 12469339.

HSL color Cylindrical-coordinate representation of color #5B44BE: hue angle of 251.31º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B44BE is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9168190-
CMYK0.520.6400.25
HSL251.31º48.41%50.59%-
HSV(B)251.31º64.21%74.51%-
XYZ15.6810.0849.83-
YUV88.78185.12129.58-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.07%
GREEN value IS 68 (26.95% from 255) = 19.48%
BLUE value IS 190 (74.61% from 255) = 54.44%
R=26.07%
G=19.48%
B=54.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal91681900.520.6400.25251.3148.4150.59
Hex5B44BE3440019fb3033
Octal133104276641000313736063
Binary1011011100010010111110110100100000001100111111011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B44BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,68,190); }

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

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

 a { background-color: rgb(91,68,190); }

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

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

 span { border-color: rgb(91,68,190); }

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