Html Css Color HEX #5E39AD Royal Purple

📋 copy color: '#5E39AD'

red 94 ◦ green 57 ◦ blue 173

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

Shades of Royal Purple #5E39AD

Tints of Royal Purple #5E39AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 53.4%

R = 29.01%
G = 17.59%
B = 53.4%

CMYK

 C value IS 0.46

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5E39AD (or 0x5E39AD) is known color: Royal Purple. HEX triplet: 5E, 39 and AD. RGB value is (94,57,173). Sum of RGB (Red+Green+Blue) = 94+57+173=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E39AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E39AD is #A1C652. Grayscale: #505050. Windows color (decimal): -10602067 or 11352414. OLE color: 11352414.

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

Color convert

RGB 94 57 173 -
CMYK 0.46 0.67 0 0.32
HSL 259.14º 0.5% 0.45% -
HSV(B) 259.14º 0.67% 0.68% -
XYZ 13.62 8.32 40.42 -
YUV 81.29 179.76 137.07 -
System Red Green Blue C M Y K H S L
Decimal 94 57 173 0.46 0.67 0 0.32 259.14 0.5 0.45
Hex 5E 39 AD 2E 43 0 20 103 32 2D
Octal 136 71 255 56 103 0 40 403 62 55
Binary 1011110 111001 10101101 101110 1000011 0 100000 100000011 110010 101101

Color Harmonies of #5E39AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E39AD

Black with #5E39AD

Text Example


Text Example

White with #5E39AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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