Html Css Color HEX #5942AB Royal Purple

📋 copy color: '#5942AB'

red 89 ◦ green 66 ◦ blue 171

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

Shades of Royal Purple #5942AB

Tints of Royal Purple #5942AB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.25%

 BLUE value IS 171 (67.19% from 255) = 52.45%

R = 27.3%
G = 20.25%
B = 52.45%

CMYK

 C value IS 0.48

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5942AB (or 0x5942AB) is known color: Royal Purple. HEX triplet: 59, 42 and AB. RGB value is (89,66,171). Sum of RGB (Red+Green+Blue) = 89+66+171=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #5942AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5942AB is #A6BD54. Grayscale: #545454. Windows color (decimal): -10927445 or 11223641. OLE color: 11223641.

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

Color convert

RGB 89 66 171 -
CMYK 0.48 0.61 0 0.33
HSL 253.14º 0.44% 0.46% -
HSV(B) 253.14º 0.61% 0.67% -
XYZ 13.42 8.96 39.55 -
YUV 84.85 176.62 130.96 -
System Red Green Blue C M Y K H S L
Decimal 89 66 171 0.48 0.61 0 0.33 253.14 0.44 0.46
Hex 59 42 AB 30 3D 0 21 FD 2C 2E
Octal 131 102 253 60 75 0 41 375 54 56
Binary 1011001 1000010 10101011 110000 111101 0 100001 11111101 101100 101110

Color Harmonies of #5942AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5942AB

Black with #5942AB

Text Example


Text Example

White with #5942AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5942AB; }

 p { color: rgb(89,66,171); }

 H1.HeaderClassName
 {
   color: #5942AB;
 }
 .AnyTagClassName
 {
   color: #5942AB;
 }
</style>

background-color css

<style>
 a { background-color: #5942AB; }

 a { background-color: rgb(89,66,171); }

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

border-color css

<style>
 span { border-color: #5942AB; }

 span { border-color: rgb(89,66,171); }

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