#5B3DD5

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

Shades of Purple Heart #5B3DD5

Tints of Purple Heart #5B3DD5

Color information

#5B3DD5 (or 0x5B3DD5) is unknown color: approx Purple Heart. HEX triplet: 5B, 3D and D5. RGB value is (91,61,213). Sum of RGB (Red+Green+Blue) = 91+61+213=365 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.93% from 365); Green value is 61 (24.22% from 255 or 16.71% from 365); Blue value is 213 (83.59% from 255 or 58.36% from 365); Max value from RGB is 213 - color contains mainly: blue. Hex color #5B3DD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B3DD5 is #A4C22A. Grayscale: #565656. Windows color (decimal): -10797611 or 13974875. OLE color: 13974875.

HSL color Cylindrical-coordinate representation of color #5B3DD5: hue angle of 251.84º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5B3DD5 is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB9161213-
CMYK0.570.7100.16
HSL251.84º64.41%53.73%-
HSV(B)251.84º71.36%83.53%-
XYZ17.9910.3764-
YUV87.3198.94130.64-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.93%
GREEN value IS 61 (24.22% from 255) = 16.71%
BLUE value IS 213 (83.59% from 255) = 58.36%
R=24.93%
G=16.71%
B=58.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal91612130.570.7100.16251.8464.4153.73
Hex5B3DD53947010fc4036
Octal133753257110702037410066
Binary1011011111101110101011110011000111010000111111001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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