Html Css Color HEX #5E42AA Royal Purple

📋 copy color: '#5E42AA'

red 94 ◦ green 66 ◦ blue 170

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

Shades of Royal Purple #5E42AA

Tints of Royal Purple #5E42AA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20%

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

R = 28.48%
G = 20%
B = 51.52%

CMYK

 C value IS 0.45

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E42AA (or 0x5E42AA) is known color: Royal Purple. HEX triplet: 5E, 42 and AA. RGB value is (94,66,170). Sum of RGB (Red+Green+Blue) = 94+66+170=330 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.48% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E42AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E42AA is #A1BD55. Grayscale: #555555. Windows color (decimal): -10599766 or 11158110. OLE color: 11158110.

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

Color convert

RGB 94 66 170 -
CMYK 0.45 0.61 0 0.33
HSL 256.15º 0.44% 0.46% -
HSV(B) 256.15º 0.61% 0.67% -
XYZ 13.82 9.18 39.07 -
YUV 86.23 175.28 133.54 -
System Red Green Blue C M Y K H S L
Decimal 94 66 170 0.45 0.61 0 0.33 256.15 0.44 0.46
Hex 5E 42 AA 2D 3D 0 21 100 2C 2E
Octal 136 102 252 55 75 0 41 400 54 56
Binary 1011110 1000010 10101010 101101 111101 0 100001 100000000 101100 101110

Color Harmonies of #5E42AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E42AA

Black with #5E42AA

Text Example


Text Example

White with #5E42AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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