#593eaf

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

Shades of Royal Purple #593EAF

Tints of Royal Purple #593EAF

Color information

#593EAF (or 0x593EAF) is unknown color: approx Royal Purple. HEX triplet: 59, 3E and AF. RGB value is (89,62,175). Sum of RGB (Red+Green+Blue) = 89+62+175=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 175 (68.75% from 255 or 53.68% from 326); Max value from RGB is 175 - color contains mainly: blue. Hex color #593EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593EAF is #A6C150. Grayscale: #525252. Windows color (decimal): -10928465 or 11484761. OLE color: 11484761.

HSL color Cylindrical-coordinate representation of color #593EAF: hue angle of 254.34º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #593EAF is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8962175-
CMYK0.490.6500.31
HSL254.34º47.68%46.47%-
HSV(B)254.34º64.57%68.63%-
XYZ13.588.6641.51-
YUV82.96179.95132.31-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.30%
GREEN value IS 62 (24.61% from 255) = 19.02%
BLUE value IS 175 (68.75% from 255) = 53.68%
R=27.30%
G=19.02%
B=53.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal89621750.490.6500.31254.3447.6846.47
Hex593EAF314101Ffe302e
Octal13176257611010373766056
Binary101100111111010101111110001100000101111111111110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #593eaf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #593eaf; }

 p { color: rgb(89,62,175); }

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

<style>
 a { background-color: #593eaf; }

 a { background-color: rgb(89,62,175); }

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

<style>
 span { border-color: #593eaf; }

 span { border-color: rgb(89,62,175); }

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