Html Css Color HEX #5E36AB Royal Purple

📋 copy color: '#5E36AB'

red 94 ◦ green 54 ◦ blue 171

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

Shades of Royal Purple #5E36AB

Tints of Royal Purple #5E36AB

RGB

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

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

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

R = 29.47%
G = 16.93%
B = 53.61%

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

#5E36AB (or 0x5E36AB) is known color: Royal Purple. HEX triplet: 5E, 36 and AB. RGB value is (94,54,171). Sum of RGB (Red+Green+Blue) = 94+54+171=319 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.47% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E36AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E36AB is #A1C954. Grayscale: #4E4E4E. Windows color (decimal): -10602837 or 11220574. OLE color: 11220574.

HSL color Cylindrical-coordinate representation of color #5E36AB: hue angle of 260.51º 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 #5E36AB is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 54 171 -
CMYK 0.45 0.68 0 0.33
HSL 260.51º 0.52% 0.44% -
HSV(B) 260.51º 0.68% 0.67% -
XYZ 13.29 7.96 39.36 -
YUV 79.3 179.75 138.49 -
System Red Green Blue C M Y K H S L
Decimal 94 54 171 0.45 0.68 0 0.33 260.51 0.52 0.44
Hex 5E 36 AB 2D 44 0 21 105 34 2C
Octal 136 66 253 55 104 0 41 405 64 54
Binary 1011110 110110 10101011 101101 1000100 0 100001 100000101 110100 101100

Color Harmonies of #5E36AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E36AB

Black with #5E36AB

Text Example


Text Example

White with #5E36AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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