Html Css Color HEX #5941AC Royal Purple

📋 copy color: '#5941AC'

red 89 ◦ green 65 ◦ blue 172

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

Shades of Royal Purple #5941AC

Tints of Royal Purple #5941AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 52.76%

R = 27.3%
G = 19.94%
B = 52.76%

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

#5941AC (or 0x5941AC) is known color: Royal Purple. HEX triplet: 59, 41 and AC. RGB value is (89,65,172). Sum of RGB (Red+Green+Blue) = 89+65+172=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #5941AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5941AC is #A6BE53. Grayscale: #535353. Windows color (decimal): -10927700 or 11288921. OLE color: 11288921.

HSL color Cylindrical-coordinate representation of color #5941AC: hue angle of 253.46º 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 #5941AC is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 65 172 -
CMYK 0.48 0.62 0 0.33
HSL 253.46º 0.45% 0.46% -
HSV(B) 253.46º 0.62% 0.67% -
XYZ 13.46 8.88 40.04 -
YUV 84.37 177.45 131.3 -
System Red Green Blue C M Y K H S L
Decimal 89 65 172 0.48 0.62 0 0.33 253.46 0.45 0.46
Hex 59 41 AC 30 3E 0 21 FD 2D 2E
Octal 131 101 254 60 76 0 41 375 55 56
Binary 1011001 1000001 10101100 110000 111110 0 100001 11111101 101101 101110

Color Harmonies of #5941AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5941AC

Black with #5941AC

Text Example


Text Example

White with #5941AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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