#5D44AD

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

Shades of Royal Purple #5D44AD

Tints of Royal Purple #5D44AD

Color information

#5D44AD (or 0x5D44AD) is unknown color: approx Royal Purple. HEX triplet: 5D, 44 and AD. RGB value is (93,68,173). Sum of RGB (Red+Green+Blue) = 93+68+173=334 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.84% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #5D44AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D44AD is #A2BB52. Grayscale: #575757. Windows color (decimal): -10664787 or 11355229. OLE color: 11355229.

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

Color convert

RGB9368173-
CMYK0.460.6100.32
HSL254.29º43.57%47.25%-
HSV(B)254.29º60.69%67.84%-
XYZ14.129.4840.62-
YUV87.44176.28131.96-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.84%
GREEN value IS 68 (26.95% from 255) = 20.36%
BLUE value IS 173 (67.97% from 255) = 51.80%
R=27.84%
G=20.36%
B=51.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal93681730.460.6100.32254.2943.5747.25
Hex5D44AD2E3D020fe2c2f
Octal13510425556750403765457
Binary1011101100010010101101101110111101010000011111110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D44AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,68,173); }

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

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

 a { background-color: rgb(93,68,173); }

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

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

 span { border-color: rgb(93,68,173); }

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