#5B41BF

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

Shades of Purple Heart #5B41BF

Tints of Purple Heart #5B41BF

Color information

#5B41BF (or 0x5B41BF) is unknown color: approx Purple Heart. HEX triplet: 5B, 41 and BF. RGB value is (91,65,191). Sum of RGB (Red+Green+Blue) = 91+65+191=347 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.22% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 191 (75% from 255 or 55.04% from 347); Max value from RGB is 191 - color contains mainly: blue. Hex color #5B41BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B41BF is #A4BE40. Grayscale: #565656. Windows color (decimal): -10796609 or 12534107. OLE color: 12534107.

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

Color convert

RGB9165191-
CMYK0.520.6600.25
HSL252.38º49.61%50.2%-
HSV(B)252.38º65.97%74.9%-
XYZ15.619.7750.35-
YUV87.14186.61130.75-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.22%
GREEN value IS 65 (25.78% from 255) = 18.73%
BLUE value IS 191 (75% from 255) = 55.04%
R=26.22%
G=18.73%
B=55.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal91651910.520.6600.25252.3849.6150.2
Hex5B41BF3442019fc3232
Octal133101277641020313746262
Binary1011011100000110111111110100100001001100111111100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B41BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,65,191); }

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

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

 a { background-color: rgb(91,65,191); }

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

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

 span { border-color: rgb(91,65,191); }

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