#5B3ED0

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

Shades of Purple Heart #5B3ED0

Tints of Purple Heart #5B3ED0

Color information

#5B3ED0 (or 0x5B3ED0) is unknown color: approx Purple Heart. HEX triplet: 5B, 3E and D0. RGB value is (91,62,208). Sum of RGB (Red+Green+Blue) = 91+62+208=361 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.21% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 208 (81.64% from 255 or 57.62% from 361); Max value from RGB is 208 - color contains mainly: blue. Hex color #5B3ED0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B3ED0 is #A4C12F. Grayscale: #565656. Windows color (decimal): -10797360 or 13647451. OLE color: 13647451.

HSL color Cylindrical-coordinate representation of color #5B3ED0: hue angle of 251.92º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5B3ED0 is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9162208-
CMYK0.560.7000.18
HSL251.92º60.83%52.94%-
HSV(B)251.92º70.19%81.57%-
XYZ17.4210.2260.73-
YUV87.32196.11130.63-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.21%
GREEN value IS 62 (24.61% from 255) = 17.17%
BLUE value IS 208 (81.64% from 255) = 57.62%
R=25.21%
G=17.17%
B=57.62%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal91622080.560.7000.18251.9260.8352.94
Hex5B3ED03846012fc3d35
Octal13376320701060223747565
Binary101101111111011010000111000100011001001011111100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,62,208); }

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

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

 a { background-color: rgb(91,62,208); }

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

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

 span { border-color: rgb(91,62,208); }

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