#5B3BDF

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

Shades of Purple Heart #5B3BDF

Tints of Purple Heart #5B3BDF

Color information

#5B3BDF (or 0x5B3BDF) is unknown color: approx Purple Heart. HEX triplet: 5B, 3B and DF. RGB value is (91,59,223). Sum of RGB (Red+Green+Blue) = 91+59+223=373 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.40% from 373); Green value is 59 (23.44% from 255 or 15.82% from 373); Blue value is 223 (87.5% from 255 or 59.79% from 373); Max value from RGB is 223 - color contains mainly: blue. Hex color #5B3BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B3BDF is #A4C420. Grayscale: #565656. Windows color (decimal): -10798113 or 14629723. OLE color: 14629723.

HSL color Cylindrical-coordinate representation of color #5B3BDF: hue angle of 251.71º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5B3BDF is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9159223-
CMYK0.590.7400.13
HSL251.71º71.93%55.29%-
HSV(B)251.71º73.54%87.45%-
XYZ19.210.6870.86-
YUV87.26204.6130.66-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.40%
GREEN value IS 59 (23.44% from 255) = 15.82%
BLUE value IS 223 (87.5% from 255) = 59.79%
R=24.40%
G=15.82%
B=59.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal91592230.590.7400.13251.7171.9355.29
Hex5B3BDF3B4A0Dfc4837
Octal133733377311201537411067
Binary101101111101111011111111011100101001101111111001001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,59,223); }

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

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

 a { background-color: rgb(91,59,223); }

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

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

 span { border-color: rgb(91,59,223); }

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