#5b2dd1

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

Shades of Purple Heart #5B2DD1

Tints of Purple Heart #5B2DD1

Color information

#5B2DD1 (or 0x5B2DD1) is unknown color: approx Purple Heart. HEX triplet: 5B, 2D and D1. RGB value is (91,45,209). Sum of RGB (Red+Green+Blue) = 91+45+209=345 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.38% from 345); Green value is 45 (17.97% from 255 or 13.04% from 345); Blue value is 209 (82.03% from 255 or 60.58% from 345); Max value from RGB is 209 - color contains mainly: blue. Hex color #5B2DD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B2DD1 is #A4D22E. Grayscale: #4C4C4C. Windows color (decimal): -10801711 or 13708635. OLE color: 13708635.

HSL color Cylindrical-coordinate representation of color #5B2DD1: hue angle of 256.83º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5B2DD1 is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB9145209-
CMYK0.560.7800.18
HSL256.83º64.57%49.8%-
HSV(B)256.83º78.47%81.96%-
XYZ16.768.761.12-
YUV77.45202.24137.66-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.38%
GREEN value IS 45 (17.97% from 255) = 13.04%
BLUE value IS 209 (82.03% from 255) = 60.58%
R=26.38%
G=13.04%
B=60.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal91452090.560.7800.18256.8364.5749.8
Hex5B2DD1384E0121014132
Octal133553217011602240110162
Binary10110111011011101000111100010011100100101000000011000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b2dd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,45,209); }

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

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

 a { background-color: rgb(91,45,209); }

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

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

 span { border-color: rgb(91,45,209); }

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