#5D3CB4

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

Shades of Purple Heart #5D3CB4

Tints of Purple Heart #5D3CB4

Color information

#5D3CB4 (or 0x5D3CB4) is unknown color: approx Purple Heart. HEX triplet: 5D, 3C and B4. RGB value is (93,60,180). Sum of RGB (Red+Green+Blue) = 93+60+180=333 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.93% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 180 (70.70% from 255 or 54.05% from 333); Max value from RGB is 180 - color contains mainly: blue. Hex color #5D3CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D3CB4 is #A2C34B. Grayscale: #535353. Windows color (decimal): -10666828 or 11811933. OLE color: 11811933.

HSL color Cylindrical-coordinate representation of color #5D3CB4: hue angle of 256.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5D3CB4 is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9360180-
CMYK0.480.6700.29
HSL256.5º50%47.06%-
HSV(B)256.5º66.67%70.59%-
XYZ14.378.8544.13-
YUV83.55182.43134.74-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.93%
GREEN value IS 60 (23.83% from 255) = 18.02%
BLUE value IS 180 (70.70% from 255) = 54.05%
R=27.93%
G=18.02%
B=54.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal93601800.480.6700.29256.55047.06
Hex5D3CB4304301D100322f
Octal13574264601030354006257
Binary1011101111100101101001100001000011011101100000000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,60,180); }

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

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

 a { background-color: rgb(93,60,180); }

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

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

 span { border-color: rgb(93,60,180); }

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