#5938AC

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

Shades of Royal Purple #5938AC

Tints of Royal Purple #5938AC

Color information

#5938AC (or 0x5938AC) is unknown color: approx Royal Purple. HEX triplet: 59, 38 and AC. RGB value is (89,56,172). Sum of RGB (Red+Green+Blue) = 89+56+172=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #5938AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5938AC is #A6C753. Grayscale: #4E4E4E. Windows color (decimal): -10930004 or 11286617. OLE color: 11286617.

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

Color convert

RGB8956172-
CMYK0.480.6700.33
HSL257.07º50.88%44.71%-
HSV(B)257.07º67.44%67.45%-
XYZ12.987.9339.88-
YUV79.09180.43135.07-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.08%
GREEN value IS 56 (22.27% from 255) = 17.67%
BLUE value IS 172 (67.58% from 255) = 54.26%
R=28.08%
G=17.67%
B=54.26%

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
Decimal89561720.480.6700.33257.0750.8844.71
Hex5938AC3043021101332d
Octal13170254601030414016355
Binary10110011110001010110011000010000110100001100000001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5938AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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