#5D13BC

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

Shades of Purple Heart #5D13BC

Tints of Purple Heart #5D13BC

Color information

#5D13BC (or 0x5D13BC) is unknown color: approx Purple Heart. HEX triplet: 5D, 13 and BC. RGB value is (93,19,188). Sum of RGB (Red+Green+Blue) = 93+19+188=300 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 188 (73.83% from 255 or 62.67% from 300); Max value from RGB is 188 - color contains mainly: blue. Hex color #5D13BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D13BC is #A2EC43. Grayscale: #3B3B3B. Windows color (decimal): -10677316 or 12325725. OLE color: 12325725.

HSL color Cylindrical-coordinate representation of color #5D13BC: hue angle of 266.27º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5D13BC is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9319188-
CMYK0.510.9000.26
HSL266.27º81.64%40.59%-
HSV(B)266.27º89.89%73.73%-
XYZ13.826.4248.09-
YUV60.39200.02151.26-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31%
GREEN value IS 19 (7.81% from 255) = 6.33%
BLUE value IS 188 (73.83% from 255) = 62.67%
R=31%
G=6.33%
B=62.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal93191880.510.9000.26266.2781.6440.59
Hex5D13BC335A01A10a5229
Octal135232746313203241212251
Binary1011101100111011110011001110110100110101000010101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D13BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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