#5D33A1

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

Shades of Royal Purple #5D33A1

Tints of Royal Purple #5D33A1

Color information

#5D33A1 (or 0x5D33A1) is unknown color: approx Royal Purple. HEX triplet: 5D, 33 and A1. RGB value is (93,51,161). Sum of RGB (Red+Green+Blue) = 93+51+161=305 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.49% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 161 (63.28% from 255 or 52.79% from 305); Max value from RGB is 161 - color contains mainly: blue. Hex color #5D33A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D33A1 is #A2CC5E. Grayscale: #4B4B4B. Windows color (decimal): -10669151 or 10564445. OLE color: 10564445.

HSL color Cylindrical-coordinate representation of color #5D33A1: hue angle of 262.91º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5D33A1 is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB9351161-
CMYK0.420.6800.37
HSL262.91º51.89%41.57%-
HSV(B)262.91º68.32%63.14%-
XYZ12.137.2734.48-
YUV76.1175.91140.06-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.49%
GREEN value IS 51 (20.31% from 255) = 16.72%
BLUE value IS 161 (63.28% from 255) = 52.79%
R=30.49%
G=16.72%
B=52.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal93511610.420.6800.37262.9151.8941.57
Hex5D33A12A44025107342a
Octal13563241521040454076452
Binary10111011100111010000110101010001000100101100000111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D33A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,51,161); }

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

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

 a { background-color: rgb(93,51,161); }

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

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

 span { border-color: rgb(93,51,161); }

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