Html Css Color HEX #5E41AA Royal Purple

📋 copy color: '#5E41AA'

red 94 ◦ green 65 ◦ blue 170

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

Shades of Royal Purple #5E41AA

Tints of Royal Purple #5E41AA

RGB

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

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

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

R = 28.57%
G = 19.76%
B = 51.67%

CMYK

 C value IS 0.45

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E41AA (or 0x5E41AA) is known color: Royal Purple. HEX triplet: 5E, 41 and AA. RGB value is (94,65,170). Sum of RGB (Red+Green+Blue) = 94+65+170=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E41AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E41AA is #A1BE55. Grayscale: #555555. Windows color (decimal): -10600022 or 11157854. OLE color: 11157854.

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

Color convert

RGB 94 65 170 -
CMYK 0.45 0.62 0 0.33
HSL 256.57º 0.45% 0.46% -
HSV(B) 256.57º 0.62% 0.67% -
XYZ 13.76 9.06 39.05 -
YUV 85.64 175.61 133.96 -
System Red Green Blue C M Y K H S L
Decimal 94 65 170 0.45 0.62 0 0.33 256.57 0.45 0.46
Hex 5E 41 AA 2D 3E 0 21 101 2D 2E
Octal 136 101 252 55 76 0 41 401 55 56
Binary 1011110 1000001 10101010 101101 111110 0 100001 100000001 101101 101110

Color Harmonies of #5E41AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E41AA

Black with #5E41AA

Text Example


Text Example

White with #5E41AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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