#5B3DC9

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

Shades of Purple Heart #5B3DC9

Tints of Purple Heart #5B3DC9

Color information

#5B3DC9 (or 0x5B3DC9) is unknown color: approx Purple Heart. HEX triplet: 5B, 3D and C9. RGB value is (91,61,201). Sum of RGB (Red+Green+Blue) = 91+61+201=353 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.78% from 353); Green value is 61 (24.22% from 255 or 17.28% from 353); Blue value is 201 (78.91% from 255 or 56.94% from 353); Max value from RGB is 201 - color contains mainly: blue. Hex color #5B3DC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B3DC9 is #A4C236. Grayscale: #555555. Windows color (decimal): -10797623 or 13188443. OLE color: 13188443.

HSL color Cylindrical-coordinate representation of color #5B3DC9: hue angle of 252.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5B3DC9 is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9161201-
CMYK0.550.7000.21
HSL252.86º56.45%51.37%-
HSV(B)252.86º69.65%78.82%-
XYZ16.539.7856.27-
YUV85.93192.94131.62-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.78%
GREEN value IS 61 (24.22% from 255) = 17.28%
BLUE value IS 201 (78.91% from 255) = 56.94%
R=25.78%
G=17.28%
B=56.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal91612010.550.7000.21252.8656.4551.37
Hex5B3DC93746015fd3833
Octal13375311671060253757063
Binary101101111110111001001110111100011001010111111101111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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