#5D13C6

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

Shades of Purple Heart #5D13C6

Tints of Purple Heart #5D13C6

Color information

#5D13C6 (or 0x5D13C6) is unknown color: approx Purple Heart. HEX triplet: 5D, 13 and C6. RGB value is (93,19,198). Sum of RGB (Red+Green+Blue) = 93+19+198=310 (41% of max value = 765). Red value is 93 (36.72% from 255 or 30% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 198 (77.73% from 255 or 63.87% from 310); Max value from RGB is 198 - color contains mainly: blue. Hex color #5D13C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D13C6 is #A2EC39. Grayscale: #3C3C3C. Windows color (decimal): -10677306 or 12981085. OLE color: 12981085.

HSL color Cylindrical-coordinate representation of color #5D13C6: hue angle of 264.8º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5D13C6 is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9319198-
CMYK0.530.9000.22
HSL264.8º82.49%42.55%-
HSV(B)264.8º90.4%77.65%-
XYZ14.946.8753.96-
YUV61.53205.02150.45-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30%
GREEN value IS 19 (7.81% from 255) = 6.13%
BLUE value IS 198 (77.73% from 255) = 63.87%
R=30%
G=6.13%
B=63.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal93191980.530.9000.22264.882.4942.55
Hex5D13C6355A016109522b
Octal135233066513202641112253
Binary1011101100111100011011010110110100101101000010011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D13C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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