#5A36A6

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

Shades of Royal Purple #5A36A6

Tints of Royal Purple #5A36A6

Color information

#5A36A6 (or 0x5A36A6) is unknown color: approx Royal Purple. HEX triplet: 5A, 36 and A6. RGB value is (90,54,166). Sum of RGB (Red+Green+Blue) = 90+54+166=310 (41% of max value = 765). Red value is 90 (35.55% from 255 or 29.03% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 166 (65.23% from 255 or 53.55% from 310); Max value from RGB is 166 - color contains mainly: blue. Hex color #5A36A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A36A6 is #A5C959. Grayscale: #4D4D4D. Windows color (decimal): -10864986 or 10892890. OLE color: 10892890.

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

Color convert

RGB9054166-
CMYK0.460.6700.35
HSL259.29º50.91%43.14%-
HSV(B)259.29º67.47%65.1%-
XYZ12.427.5736.88-
YUV77.53177.93136.89-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.03%
GREEN value IS 54 (21.48% from 255) = 17.42%
BLUE value IS 166 (65.23% from 255) = 53.55%
R=29.03%
G=17.42%
B=53.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal90541660.460.6700.35259.2950.9143.14
Hex5A36A62E43023103332b
Octal13266246561030434036353
Binary10110101101101010011010111010000110100011100000011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A36A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,54,166); }

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

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

 a { background-color: rgb(90,54,166); }

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

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

 span { border-color: rgb(90,54,166); }

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