#5B3DD9

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

Shades of Purple Heart #5B3DD9

Tints of Purple Heart #5B3DD9

Color information

#5B3DD9 (or 0x5B3DD9) is unknown color: approx Purple Heart. HEX triplet: 5B, 3D and D9. RGB value is (91,61,217). Sum of RGB (Red+Green+Blue) = 91+61+217=369 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.66% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 217 (85.16% from 255 or 58.81% from 369); Max value from RGB is 217 - color contains mainly: blue. Hex color #5B3DD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B3DD9 is #A4C226. Grayscale: #575757. Windows color (decimal): -10797607 or 14237019. OLE color: 14237019.

HSL color Cylindrical-coordinate representation of color #5B3DD9: hue angle of 251.54º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5B3DD9 is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9161217-
CMYK0.580.7200.15
HSL251.54º67.24%54.51%-
HSV(B)251.54º71.89%85.1%-
XYZ18.5110.5766.71-
YUV87.75200.94130.32-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.66%
GREEN value IS 61 (24.22% from 255) = 16.53%
BLUE value IS 217 (85.16% from 255) = 58.81%
R=24.66%
G=16.53%
B=58.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal91612170.580.7200.15251.5467.2454.51
Hex5B3DD93A480Ffc4337
Octal133753317211001737410367
Binary101101111110111011001111010100100001111111111001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,61,217); }

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

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

 a { background-color: rgb(91,61,217); }

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

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

 span { border-color: rgb(91,61,217); }

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