Html Css Color HEX #5E36AA Royal Purple

📋 copy color: '#5E36AA'

red 94 ◦ green 54 ◦ blue 170

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

Shades of Royal Purple #5E36AA

Tints of Royal Purple #5E36AA

RGB

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

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

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

R = 29.56%
G = 16.98%
B = 53.46%

CMYK

 C value IS 0.45

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E36AA (or 0x5E36AA) is known color: Royal Purple. HEX triplet: 5E, 36 and AA. RGB value is (94,54,170). Sum of RGB (Red+Green+Blue) = 94+54+170=318 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.56% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E36AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E36AA is #A1C955. Grayscale: #4E4E4E. Windows color (decimal): -10602838 or 11155038. OLE color: 11155038.

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

Color convert

RGB 94 54 170 -
CMYK 0.45 0.68 0 0.33
HSL 260.69º 0.52% 0.44% -
HSV(B) 260.69º 0.68% 0.67% -
XYZ 13.19 7.92 38.86 -
YUV 79.18 179.25 138.57 -
System Red Green Blue C M Y K H S L
Decimal 94 54 170 0.45 0.68 0 0.33 260.69 0.52 0.44
Hex 5E 36 AA 2D 44 0 21 105 34 2C
Octal 136 66 252 55 104 0 41 405 64 54
Binary 1011110 110110 10101010 101101 1000100 0 100001 100000101 110100 101100

Color Harmonies of #5E36AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E36AA

Black with #5E36AA

Text Example


Text Example

White with #5E36AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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