Html Css Color HEX #5932AA Royal Purple

📋 copy color: '#5932AA'

red 89 ◦ green 50 ◦ blue 170

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

Shades of Royal Purple #5932AA

Tints of Royal Purple #5932AA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.18%

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

R = 28.8%
G = 16.18%
B = 55.02%

CMYK

 C value IS 0.48

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5932AA (or 0x5932AA) is known color: Royal Purple. HEX triplet: 59, 32 and AA. RGB value is (89,50,170). Sum of RGB (Red+Green+Blue) = 89+50+170=309 (40% of max value = 765). Red value is 89 (35.16% from 255 or 28.80% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #5932AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5932AA is #A6CD55. Grayscale: #4A4A4A. Windows color (decimal): -10931542 or 11154009. OLE color: 11154009.

HSL color Cylindrical-coordinate representation of color #5932AA: hue angle of 259.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5932AA is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 50 170 -
CMYK 0.48 0.71 0 0.33
HSL 259.5º 0.55% 0.43% -
HSV(B) 259.5º 0.71% 0.67% -
XYZ 12.52 7.31 38.78 -
YUV 75.34 181.42 137.74 -
System Red Green Blue C M Y K H S L
Decimal 89 50 170 0.48 0.71 0 0.33 259.5 0.55 0.43
Hex 59 32 AA 30 47 0 21 104 37 2B
Octal 131 62 252 60 107 0 41 404 67 53
Binary 1011001 110010 10101010 110000 1000111 0 100001 100000100 110111 101011

Color Harmonies of #5932AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5932AA

Black with #5932AA

Text Example


Text Example

White with #5932AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5932AA; }

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

 H1.HeaderClassName
 {
   color: #5932AA;
 }
 .AnyTagClassName
 {
   color: #5932AA;
 }
</style>

background-color css

<style>
 a { background-color: #5932AA; }

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

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

border-color css

<style>
 span { border-color: #5932AA; }

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

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