#5D14AC

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

Shades of Purple Heart #5D14AC

Tints of Purple Heart #5D14AC

Color information

#5D14AC (or 0x5D14AC) is unknown color: approx Purple Heart. HEX triplet: 5D, 14 and AC. RGB value is (93,20,172). Sum of RGB (Red+Green+Blue) = 93+20+172=285 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.63% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #5D14AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D14AC is #A2EB53. Grayscale: #3A3A3A. Windows color (decimal): -10677076 or 11277405. OLE color: 11277405.

HSL color Cylindrical-coordinate representation of color #5D14AC: hue angle of 268.82º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5D14AC is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9320172-
CMYK0.460.8800.33
HSL268.82º79.17%37.65%-
HSV(B)268.82º88.37%67.45%-
XYZ12.215.8139.51-
YUV59.16191.68152.14-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.63%
GREEN value IS 20 (8.20% from 255) = 7.02%
BLUE value IS 172 (67.58% from 255) = 60.35%
R=32.63%
G=7.02%
B=60.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal93201720.460.8800.33268.8279.1737.65
Hex5D14AC2E5802110d4f26
Octal135242545613004141511746
Binary10111011010010101100101110101100001000011000011011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D14AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,20,172); }

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

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

 a { background-color: rgb(93,20,172); }

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

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

 span { border-color: rgb(93,20,172); }

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