#5A33AA

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

Shades of Royal Purple #5A33AA

Tints of Royal Purple #5A33AA

Color information

#5A33AA (or 0x5A33AA) is unknown color: approx Royal Purple. HEX triplet: 5A, 33 and AA. RGB value is (90,51,170). Sum of RGB (Red+Green+Blue) = 90+51+170=311 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.94% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #5A33AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A33AA is #A5CC55. Grayscale: #4B4B4B. Windows color (decimal): -10865750 or 11154266. OLE color: 11154266.

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

Color convert

RGB9051170-
CMYK0.470.700.33
HSL259.66º53.85%43.33%-
HSV(B)259.66º70%66.67%-
XYZ12.667.4438.8-
YUV76.23180.92137.82-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.94%
GREEN value IS 51 (20.31% from 255) = 16.40%
BLUE value IS 170 (66.80% from 255) = 54.66%
R=28.94%
G=16.40%
B=54.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal90511700.470.700.33259.6653.8543.33
Hex5A33AA2F46021104362b
Octal13263252571060414046653
Binary10110101100111010101010111110001100100001100000100110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A33AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,51,170); }

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

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

 a { background-color: rgb(90,51,170); }

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

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

 span { border-color: rgb(90,51,170); }

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