Html Css Color HEX #593BAA Royal Purple

📋 copy color: '#593BAA'

red 89 ◦ green 59 ◦ blue 170

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

Shades of Royal Purple #593BAA

Tints of Royal Purple #593BAA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.55%

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

R = 27.99%
G = 18.55%
B = 53.46%

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

#593BAA (or 0x593BAA) is known color: Royal Purple. HEX triplet: 59, 3B and AA. RGB value is (89,59,170). Sum of RGB (Red+Green+Blue) = 89+59+170=318 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.99% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #593BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593BAA is #A6C455. Grayscale: #505050. Windows color (decimal): -10929238 or 11156313. OLE color: 11156313.

HSL color Cylindrical-coordinate representation of color #593BAA: hue angle of 256.22º 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 #593BAA is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 59 170 -
CMYK 0.48 0.65 0 0.33
HSL 256.22º 0.48% 0.45% -
HSV(B) 256.22º 0.65% 0.67% -
XYZ 12.94 8.15 38.92 -
YUV 80.62 178.44 133.97 -
System Red Green Blue C M Y K H S L
Decimal 89 59 170 0.48 0.65 0 0.33 256.22 0.48 0.45
Hex 59 3B AA 30 41 0 21 100 30 2D
Octal 131 73 252 60 101 0 41 400 60 55
Binary 1011001 111011 10101010 110000 1000001 0 100001 100000000 110000 101101

Color Harmonies of #593BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593BAA

Black with #593BAA

Text Example


Text Example

White with #593BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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