#5D41AB

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

Shades of Royal Purple #5D41AB

Tints of Royal Purple #5D41AB

Color information

#5D41AB (or 0x5D41AB) is unknown color: approx Royal Purple. HEX triplet: 5D, 41 and AB. RGB value is (93,65,171). Sum of RGB (Red+Green+Blue) = 93+65+171=329 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.27% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D41AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D41AB is #A2BE54. Grayscale: #555555. Windows color (decimal): -10665557 or 11223389. OLE color: 11223389.

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

Color convert

RGB9365171-
CMYK0.460.6200.33
HSL255.85º44.92%46.27%-
HSV(B)255.85º61.99%67.06%-
XYZ13.769.0539.55-
YUV85.46176.28133.38-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.27%
GREEN value IS 65 (25.78% from 255) = 19.76%
BLUE value IS 171 (67.19% from 255) = 51.98%
R=28.27%
G=19.76%
B=51.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal93651710.460.6200.33255.8544.9246.27
Hex5D41AB2E3E0211002d2e
Octal13510125356760414005556
Binary10111011000001101010111011101111100100001100000000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D41AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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