Html Css Color HEX #5941AD Royal Purple

📋 copy color: '#5941AD'

red 89 ◦ green 65 ◦ blue 173

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

Shades of Royal Purple #5941AD

Tints of Royal Purple #5941AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 52.91%

R = 27.22%
G = 19.88%
B = 52.91%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5941AD (or 0x5941AD) is known color: Royal Purple. HEX triplet: 59, 41 and AD. RGB value is (89,65,173). Sum of RGB (Red+Green+Blue) = 89+65+173=327 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.22% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #5941AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5941AD is #A6BE52. Grayscale: #545454. Windows color (decimal): -10927699 or 11354457. OLE color: 11354457.

HSL color Cylindrical-coordinate representation of color #5941AD: hue angle of 253.33º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5941AD is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 89 65 173 -
CMYK 0.49 0.62 0 0.32
HSL 253.33º 0.45% 0.47% -
HSV(B) 253.33º 0.62% 0.68% -
XYZ 13.55 8.92 40.54 -
YUV 84.49 177.95 131.22 -
System Red Green Blue C M Y K H S L
Decimal 89 65 173 0.49 0.62 0 0.32 253.33 0.45 0.47
Hex 59 41 AD 31 3E 0 20 FD 2D 2F
Octal 131 101 255 61 76 0 40 375 55 57
Binary 1011001 1000001 10101101 110001 111110 0 100000 11111101 101101 101111

Color Harmonies of #5941AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5941AD

Black with #5941AD

Text Example


Text Example

White with #5941AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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