Html Css Color HEX #593AAA Royal Purple

📋 copy color: '#593AAA'

red 89 ◦ green 58 ◦ blue 170

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

Shades of Royal Purple #593AAA

Tints of Royal Purple #593AAA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.3%

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

R = 28.08%
G = 18.3%
B = 53.63%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#593AAA (or 0x593AAA) is known color: Royal Purple. HEX triplet: 59, 3A and AA. RGB value is (89,58,170). Sum of RGB (Red+Green+Blue) = 89+58+170=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #593AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593AAA is #A6C555. Grayscale: #4F4F4F. Windows color (decimal): -10929494 or 11156057. OLE color: 11156057.

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

Color convert

RGB 89 58 170 -
CMYK 0.48 0.66 0 0.33
HSL 256.61º 0.49% 0.45% -
HSV(B) 256.61º 0.66% 0.67% -
XYZ 12.89 8.05 38.91 -
YUV 80.04 178.77 134.39 -
System Red Green Blue C M Y K H S L
Decimal 89 58 170 0.48 0.66 0 0.33 256.61 0.49 0.45
Hex 59 3A AA 30 42 0 21 101 31 2D
Octal 131 72 252 60 102 0 41 401 61 55
Binary 1011001 111010 10101010 110000 1000010 0 100001 100000001 110001 101101

Color Harmonies of #593AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593AAA

Black with #593AAA

Text Example


Text Example

White with #593AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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