Html Css Color HEX #5E36A9 Royal Purple

📋 copy color: '#5E36A9'

red 94 ◦ green 54 ◦ blue 169

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

Shades of Royal Purple #5E36A9

Tints of Royal Purple #5E36A9

RGB

 RED value IS 94 (37.11% from 255) = 29.65%

 GREEN value IS 54 (21.48% from 255) = 17.03%

 BLUE value IS 169 (66.41% from 255) = 53.31%

R = 29.65%
G = 17.03%
B = 53.31%

CMYK

 C value IS 0.44

 M value IS 0.68

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#5E36A9 (or 0x5E36A9) is known color: Royal Purple. HEX triplet: 5E, 36 and A9. RGB value is (94,54,169). Sum of RGB (Red+Green+Blue) = 94+54+169=317 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.65% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 169 (66.41% from 255 or 53.31% from 317); Max value from RGB is 169 - color contains mainly: blue. Hex color #5E36A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E36A9 is #A1C956. Grayscale: #4E4E4E. Windows color (decimal): -10602839 or 11089502. OLE color: 11089502.

HSL color Cylindrical-coordinate representation of color #5E36A9: hue angle of 260.87º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E36A9 is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 94 54 169 -
CMYK 0.44 0.68 0 0.34
HSL 260.87º 0.52% 0.44% -
HSV(B) 260.87º 0.68% 0.66% -
XYZ 13.1 7.88 38.37 -
YUV 79.07 178.75 138.65 -
System Red Green Blue C M Y K H S L
Decimal 94 54 169 0.44 0.68 0 0.34 260.87 0.52 0.44
Hex 5E 36 A9 2C 44 0 22 105 34 2C
Octal 136 66 251 54 104 0 42 405 64 54
Binary 1011110 110110 10101001 101100 1000100 0 100010 100000101 110100 101100

Color Harmonies of #5E36A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E36A9

Black with #5E36A9

Text Example


Text Example

White with #5E36A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E36A9; }

 p { color: rgb(94,54,169); }

 H1.HeaderClassName
 {
   color: #5E36A9;
 }
 .AnyTagClassName
 {
   color: #5E36A9;
 }
</style>

background-color css

<style>
 a { background-color: #5E36A9; }

 a { background-color: rgb(94,54,169); }

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

border-color css

<style>
 span { border-color: #5E36A9; }

 span { border-color: rgb(94,54,169); }

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