Html Css Color HEX #5E41AD Royal Purple

📋 copy color: '#5E41AD'

red 94 ◦ green 65 ◦ blue 173

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

Shades of Royal Purple #5E41AD

Tints of Royal Purple #5E41AD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.58%

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

R = 28.31%
G = 19.58%
B = 52.11%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5E41AD (or 0x5E41AD) is known color: Royal Purple. HEX triplet: 5E, 41 and AD. RGB value is (94,65,173). Sum of RGB (Red+Green+Blue) = 94+65+173=332 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.31% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E41AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E41AD is #A1BE52. Grayscale: #555555. Windows color (decimal): -10600019 or 11354462. OLE color: 11354462.

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

Color convert

RGB 94 65 173 -
CMYK 0.46 0.62 0 0.32
HSL 256.11º 0.45% 0.47% -
HSV(B) 256.11º 0.62% 0.68% -
XYZ 14.05 9.18 40.57 -
YUV 85.98 177.11 133.72 -
System Red Green Blue C M Y K H S L
Decimal 94 65 173 0.46 0.62 0 0.32 256.11 0.45 0.47
Hex 5E 41 AD 2E 3E 0 20 100 2D 2F
Octal 136 101 255 56 76 0 40 400 55 57
Binary 1011110 1000001 10101101 101110 111110 0 100000 100000000 101101 101111

Color Harmonies of #5E41AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E41AD

Black with #5E41AD

Text Example


Text Example

White with #5E41AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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