#5938AA

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

Shades of Royal Purple #5938AA

Tints of Royal Purple #5938AA

Color information

#5938AA (or 0x5938AA) is unknown color: approx Royal Purple. HEX triplet: 59, 38 and AA. RGB value is (89,56,170). Sum of RGB (Red+Green+Blue) = 89+56+170=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #5938AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5938AA is #A6C755. Grayscale: #4E4E4E. Windows color (decimal): -10930006 or 11155545. OLE color: 11155545.

HSL color Cylindrical-coordinate representation of color #5938AA: hue angle of 257.37º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5938AA is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8956170-
CMYK0.480.6700.33
HSL257.37º50.44%44.31%-
HSV(B)257.37º67.06%66.67%-
XYZ12.797.8538.87-
YUV78.86179.43135.23-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.25%
GREEN value IS 56 (22.27% from 255) = 17.78%
BLUE value IS 170 (66.80% from 255) = 53.97%
R=28.25%
G=17.78%
B=53.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal89561700.480.6700.33257.3750.4444.31
Hex5938AA3043021101322c
Octal13170252601030414016254
Binary10110011110001010101011000010000110100001100000001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5938AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5938AA; }

 p { color: rgb(89,56,170); }

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

<style>
 a { background-color: #5938AA; }

 a { background-color: rgb(89,56,170); }

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

<style>
 span { border-color: #5938AA; }

 span { border-color: rgb(89,56,170); }

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