Html Css Color HEX #5941AA Royal Purple

📋 copy color: '#5941AA'

red 89 ◦ green 65 ◦ blue 170

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

Shades of Royal Purple #5941AA

Tints of Royal Purple #5941AA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.06%

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

R = 27.47%
G = 20.06%
B = 52.47%

CMYK

 C value IS 0.48

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5941AA (or 0x5941AA) is known color: Royal Purple. HEX triplet: 59, 41 and AA. RGB value is (89,65,170). Sum of RGB (Red+Green+Blue) = 89+65+170=324 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.47% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #5941AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5941AA is #A6BE55. Grayscale: #535353. Windows color (decimal): -10927702 or 11157849. OLE color: 11157849.

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

Color convert

RGB 89 65 170 -
CMYK 0.48 0.62 0 0.33
HSL 253.71º 0.45% 0.46% -
HSV(B) 253.71º 0.62% 0.67% -
XYZ 13.27 8.81 39.03 -
YUV 84.15 176.45 131.46 -
System Red Green Blue C M Y K H S L
Decimal 89 65 170 0.48 0.62 0 0.33 253.71 0.45 0.46
Hex 59 41 AA 30 3E 0 21 FE 2D 2E
Octal 131 101 252 60 76 0 41 376 55 56
Binary 1011001 1000001 10101010 110000 111110 0 100001 11111110 101101 101110

Color Harmonies of #5941AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5941AA

Black with #5941AA

Text Example


Text Example

White with #5941AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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