Html Css Color HEX #593DAA Royal Purple

📋 copy color: '#593DAA'

red 89 ◦ green 61 ◦ blue 170

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

Shades of Royal Purple #593DAA

Tints of Royal Purple #593DAA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.06%

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

R = 27.81%
G = 19.06%
B = 53.13%

CMYK

 C value IS 0.48

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#593DAA (or 0x593DAA) is known color: Royal Purple. HEX triplet: 59, 3D and AA. RGB value is (89,61,170). Sum of RGB (Red+Green+Blue) = 89+61+170=320 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.81% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #593DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #593DAA is #A6C255. Grayscale: #515151. Windows color (decimal): -10928726 or 11156825. OLE color: 11156825.

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

Color convert

RGB 89 61 170 -
CMYK 0.48 0.64 0 0.33
HSL 255.41º 0.47% 0.45% -
HSV(B) 255.41º 0.64% 0.67% -
XYZ 13.04 8.36 38.96 -
YUV 81.8 177.78 133.14 -
System Red Green Blue C M Y K H S L
Decimal 89 61 170 0.48 0.64 0 0.33 255.41 0.47 0.45
Hex 59 3D AA 30 40 0 21 FF 2F 2D
Octal 131 75 252 60 100 0 41 377 57 55
Binary 1011001 111101 10101010 110000 1000000 0 100001 11111111 101111 101101

Color Harmonies of #593DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #593DAA

Black with #593DAA

Text Example


Text Example

White with #593DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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