Html Css Color HEX #5E42AB Royal Purple

📋 copy color: '#5E42AB'

red 94 ◦ green 66 ◦ blue 171

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

Shades of Royal Purple #5E42AB

Tints of Royal Purple #5E42AB

RGB

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

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

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

R = 28.4%
G = 19.94%
B = 51.66%

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

#5E42AB (or 0x5E42AB) is known color: Royal Purple. HEX triplet: 5E, 42 and AB. RGB value is (94,66,171). Sum of RGB (Red+Green+Blue) = 94+66+171=331 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.40% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E42AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E42AB is #A1BD54. Grayscale: #555555. Windows color (decimal): -10599765 or 11223646. OLE color: 11223646.

HSL color Cylindrical-coordinate representation of color #5E42AB: hue angle of 256º 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 #5E42AB is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 66 171 -
CMYK 0.45 0.61 0 0.33
HSL 256º 0.44% 0.46% -
HSV(B) 256º 0.61% 0.67% -
XYZ 13.92 9.22 39.57 -
YUV 86.34 175.78 133.46 -
System Red Green Blue C M Y K H S L
Decimal 94 66 171 0.45 0.61 0 0.33 256 0.44 0.46
Hex 5E 42 AB 2D 3D 0 21 100 2C 2E
Octal 136 102 253 55 75 0 41 400 54 56
Binary 1011110 1000010 10101011 101101 111101 0 100001 100000000 101100 101110

Color Harmonies of #5E42AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E42AB

Black with #5E42AB

Text Example


Text Example

White with #5E42AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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