#5D13B7

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

Shades of Purple Heart #5D13B7

Tints of Purple Heart #5D13B7

Color information

#5D13B7 (or 0x5D13B7) is unknown color: approx Purple Heart. HEX triplet: 5D, 13 and B7. RGB value is (93,19,183). Sum of RGB (Red+Green+Blue) = 93+19+183=295 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.53% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 183 (71.88% from 255 or 62.03% from 295); Max value from RGB is 183 - color contains mainly: blue. Hex color #5D13B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D13B7 is #A2EC48. Grayscale: #3B3B3B. Windows color (decimal): -10677321 or 11998045. OLE color: 11998045.

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

Color convert

RGB9319183-
CMYK0.490.9000.28
HSL267.07º81.19%39.61%-
HSV(B)267.07º89.62%71.76%-
XYZ13.296.2145.3-
YUV59.82197.52151.66-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.53%
GREEN value IS 19 (7.81% from 255) = 6.44%
BLUE value IS 183 (71.88% from 255) = 62.03%
R=31.53%
G=6.44%
B=62.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal93191830.490.9000.28267.0781.1939.61
Hex5D13B7315A01C10b5128
Octal135232676113203441312150
Binary1011101100111011011111000110110100111001000010111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D13B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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