#5B3FBE

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

Shades of Purple Heart #5B3FBE

Tints of Purple Heart #5B3FBE

Color information

#5B3FBE (or 0x5B3FBE) is unknown color: approx Purple Heart. HEX triplet: 5B, 3F and BE. RGB value is (91,63,190). Sum of RGB (Red+Green+Blue) = 91+63+190=344 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.45% from 344); Green value is 63 (25% from 255 or 18.31% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #5B3FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B3FBE is #A4C041. Grayscale: #555555. Windows color (decimal): -10797122 or 12468059. OLE color: 12468059.

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

Color convert

RGB9163190-
CMYK0.520.6700.25
HSL253.23º50.2%49.61%-
HSV(B)253.23º66.84%74.51%-
XYZ15.399.549.74-
YUV85.85186.78131.67-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.45%
GREEN value IS 63 (25% from 255) = 18.31%
BLUE value IS 190 (74.61% from 255) = 55.23%
R=26.45%
G=18.31%
B=55.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal91631900.520.6700.25253.2350.249.61
Hex5B3FBE3443019fd3232
Octal13377276641030313756262
Binary101101111111110111110110100100001101100111111101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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