Html Css Color HEX #593CAA Royal Purple

📋 copy color: '#593CAA'

red 89 ◦ green 60 ◦ blue 170

#593CAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #593CAA

Tints of Royal Purple #593CAA

RGB

 RED value IS 89 (35.16% from 255) = 27.9%

 GREEN value IS 60 (23.83% from 255) = 18.81%

 BLUE value IS 170 (66.8% from 255) = 53.29%

R = 27.9%
G = 18.81%
B = 53.29%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#593CAA (or 0x593CAA) is known color: Royal Purple. HEX triplet: 59, 3C and AA. RGB value is (89,60,170). Sum of RGB (Red+Green+Blue) = 89+60+170=319 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.90% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #593CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593CAA is #A6C355. Grayscale: #505050. Windows color (decimal): -10928982 or 11156569. OLE color: 11156569.

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

Color convert

RGB 89 60 170 -
CMYK 0.48 0.65 0 0.33
HSL 255.82º 0.48% 0.45% -
HSV(B) 255.82º 0.65% 0.67% -
XYZ 12.99 8.26 38.94 -
YUV 81.21 178.11 133.56 -
System Red Green Blue C M Y K H S L
Decimal 89 60 170 0.48 0.65 0 0.33 255.82 0.48 0.45
Hex 59 3C AA 30 41 0 21 100 30 2D
Octal 131 74 252 60 101 0 41 400 60 55
Binary 1011001 111100 10101010 110000 1000001 0 100001 100000000 110000 101101

Color Harmonies of #593CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593CAA

Black with #593CAA

Text Example


Text Example

White with #593CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #593CAA;
 }
 .AnyTagClassName
 {
   color: #593CAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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