#5D19AB

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

Shades of Purple Heart #5D19AB

Tints of Purple Heart #5D19AB

Color information

#5D19AB (or 0x5D19AB) is unknown color: approx Purple Heart. HEX triplet: 5D, 19 and AB. RGB value is (93,25,171). Sum of RGB (Red+Green+Blue) = 93+25+171=289 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.18% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D19AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D19AB is #A2E654. Grayscale: #3D3D3D. Windows color (decimal): -10675797 or 11213149. OLE color: 11213149.

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

Color convert

RGB9325171-
CMYK0.460.8500.33
HSL267.95º74.49%38.43%-
HSV(B)267.95º85.38%67.06%-
XYZ12.215.9639.04-
YUV61.98189.53150.13-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.18%
GREEN value IS 25 (10.16% from 255) = 8.65%
BLUE value IS 171 (67.19% from 255) = 59.17%
R=32.18%
G=8.65%
B=59.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal93251710.460.8500.33267.9574.4938.43
Hex5D19AB2E5502110c4a26
Octal135312535612504141411246
Binary10111011100110101011101110101010101000011000011001001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D19AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,25,171); }

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

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

 a { background-color: rgb(93,25,171); }

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

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

 span { border-color: rgb(93,25,171); }

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