Html Css Color HEX #5E39AB Royal Purple

📋 copy color: '#5E39AB'

red 94 ◦ green 57 ◦ blue 171

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

Shades of Royal Purple #5E39AB

Tints of Royal Purple #5E39AB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.7%

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

R = 29.19%
G = 17.7%
B = 53.11%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E39AB (or 0x5E39AB) is known color: Royal Purple. HEX triplet: 5E, 39 and AB. RGB value is (94,57,171). Sum of RGB (Red+Green+Blue) = 94+57+171=322 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.19% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E39AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E39AB is #A1C654. Grayscale: #505050. Windows color (decimal): -10602069 or 11221342. OLE color: 11221342.

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

Color convert

RGB 94 57 171 -
CMYK 0.45 0.67 0 0.33
HSL 259.47º 0.5% 0.45% -
HSV(B) 259.47º 0.67% 0.67% -
XYZ 13.43 8.25 39.41 -
YUV 81.06 178.76 137.23 -
System Red Green Blue C M Y K H S L
Decimal 94 57 171 0.45 0.67 0 0.33 259.47 0.5 0.45
Hex 5E 39 AB 2D 43 0 21 103 32 2D
Octal 136 71 253 55 103 0 41 403 62 55
Binary 1011110 111001 10101011 101101 1000011 0 100001 100000011 110010 101101

Color Harmonies of #5E39AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E39AB

Black with #5E39AB

Text Example


Text Example

White with #5E39AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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