#5D37AB

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

Shades of Royal Purple #5D37AB

Tints of Royal Purple #5D37AB

Color information

#5D37AB (or 0x5D37AB) is unknown color: approx Royal Purple. HEX triplet: 5D, 37 and AB. RGB value is (93,55,171). Sum of RGB (Red+Green+Blue) = 93+55+171=319 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.15% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D37AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D37AB is #A2C854. Grayscale: #4F4F4F. Windows color (decimal): -10668117 or 11220829. OLE color: 11220829.

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

Color convert

RGB9355171-
CMYK0.460.6800.33
HSL259.66º51.33%44.31%-
HSV(B)259.66º67.84%67.06%-
XYZ13.23839.37-
YUV79.59179.59137.57-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.15%
GREEN value IS 55 (21.88% from 255) = 17.24%
BLUE value IS 171 (67.19% from 255) = 53.61%
R=29.15%
G=17.24%
B=53.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal93551710.460.6800.33259.6651.3344.31
Hex5D37AB2E44021104332c
Octal13567253561040414046354
Binary10111011101111010101110111010001000100001100000100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D37AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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