Html Css Color HEX #5934AA Royal Purple

📋 copy color: '#5934AA'

red 89 ◦ green 52 ◦ blue 170

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

Shades of Royal Purple #5934AA

Tints of Royal Purple #5934AA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.72%

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

R = 28.62%
G = 16.72%
B = 54.66%

CMYK

 C value IS 0.48

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5934AA (or 0x5934AA) is known color: Royal Purple. HEX triplet: 59, 34 and AA. RGB value is (89,52,170). Sum of RGB (Red+Green+Blue) = 89+52+170=311 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.62% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #5934AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5934AA is #A6CB55. Grayscale: #4C4C4C. Windows color (decimal): -10931030 or 11154521. OLE color: 11154521.

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

Color convert

RGB 89 52 170 -
CMYK 0.48 0.69 0 0.33
HSL 258.81º 0.53% 0.44% -
HSV(B) 258.81º 0.69% 0.67% -
XYZ 12.6 7.48 38.81 -
YUV 76.52 180.76 136.91 -
System Red Green Blue C M Y K H S L
Decimal 89 52 170 0.48 0.69 0 0.33 258.81 0.53 0.44
Hex 59 34 AA 30 45 0 21 103 35 2C
Octal 131 64 252 60 105 0 41 403 65 54
Binary 1011001 110100 10101010 110000 1000101 0 100001 100000011 110101 101100

Color Harmonies of #5934AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5934AA

Black with #5934AA

Text Example


Text Example

White with #5934AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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