#5D18AE

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

Shades of Purple Heart #5D18AE

Tints of Purple Heart #5D18AE

Color information

#5D18AE (or 0x5D18AE) is unknown color: approx Purple Heart. HEX triplet: 5D, 18 and AE. RGB value is (93,24,174). Sum of RGB (Red+Green+Blue) = 93+24+174=291 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.96% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 174 (68.36% from 255 or 59.79% from 291); Max value from RGB is 174 - color contains mainly: blue. Hex color #5D18AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D18AE is #A2E751. Grayscale: #3D3D3D. Windows color (decimal): -10676050 or 11409501. OLE color: 11409501.

HSL color Cylindrical-coordinate representation of color #5D18AE: hue angle of 267.6º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5D18AE is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9324174-
CMYK0.470.8600.32
HSL267.6º75.76%38.82%-
HSV(B)267.6º86.21%68.24%-
XYZ12.486.0440.55-
YUV61.73191.36150.3-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.96%
GREEN value IS 24 (9.77% from 255) = 8.25%
BLUE value IS 174 (68.36% from 255) = 59.79%
R=31.96%
G=8.25%
B=59.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal93241740.470.8600.32267.675.7638.82
Hex5D18AE2F5602010c4c27
Octal135302565712604041411447
Binary10111011100010101110101111101011001000001000011001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D18AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,24,174); }

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

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

 a { background-color: rgb(93,24,174); }

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

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

 span { border-color: rgb(93,24,174); }

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