Html Css Color HEX #593FAA Royal Purple

📋 copy color: '#593FAA'

red 89 ◦ green 63 ◦ blue 170

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

Shades of Royal Purple #593FAA

Tints of Royal Purple #593FAA

RGB

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

 GREEN value IS 63 (25% from 255) = 19.57%

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

R = 27.64%
G = 19.57%
B = 52.8%

CMYK

 C value IS 0.48

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#593FAA (or 0x593FAA) is known color: Royal Purple. HEX triplet: 59, 3F and AA. RGB value is (89,63,170). Sum of RGB (Red+Green+Blue) = 89+63+170=322 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.64% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #593FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593FAA is #A6C055. Grayscale: #525252. Windows color (decimal): -10928214 or 11157337. OLE color: 11157337.

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

Color convert

RGB 89 63 170 -
CMYK 0.48 0.63 0 0.33
HSL 254.58º 0.46% 0.46% -
HSV(B) 254.58º 0.63% 0.67% -
XYZ 13.15 8.58 38.99 -
YUV 82.97 177.11 132.3 -
System Red Green Blue C M Y K H S L
Decimal 89 63 170 0.48 0.63 0 0.33 254.58 0.46 0.46
Hex 59 3F AA 30 3F 0 21 FF 2E 2E
Octal 131 77 252 60 77 0 41 377 56 56
Binary 1011001 111111 10101010 110000 111111 0 100001 11111111 101110 101110

Color Harmonies of #593FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593FAA

Black with #593FAA

Text Example


Text Example

White with #593FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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