#5D3FB7

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

Shades of Purple Heart #5D3FB7

Tints of Purple Heart #5D3FB7

Color information

#5D3FB7 (or 0x5D3FB7) is unknown color: approx Purple Heart. HEX triplet: 5D, 3F and B7. RGB value is (93,63,183). Sum of RGB (Red+Green+Blue) = 93+63+183=339 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.43% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 183 (71.88% from 255 or 53.98% from 339); Max value from RGB is 183 - color contains mainly: blue. Hex color #5D3FB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D3FB7 is #A2C048. Grayscale: #555555. Windows color (decimal): -10666057 or 12009309. OLE color: 12009309.

HSL color Cylindrical-coordinate representation of color #5D3FB7: hue angle of 255º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D3FB7 is Cyan = 0.49, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB9363183-
CMYK0.490.6600.28
HSL255º48.78%48.24%-
HSV(B)255º65.57%71.76%-
XYZ14.849.345.81-
YUV85.65182.94133.24-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.43%
GREEN value IS 63 (25% from 255) = 18.58%
BLUE value IS 183 (71.88% from 255) = 53.98%
R=27.43%
G=18.58%
B=53.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal93631830.490.6600.2825548.7848.24
Hex5D3FB7314201Cff3130
Octal13577267611020343776160
Binary101110111111110110111110001100001001110011111111110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,63,183); }

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

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

 a { background-color: rgb(93,63,183); }

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

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

 span { border-color: rgb(93,63,183); }

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