#5E42AB

Color #5E42AB Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #5E42AB

Tints of Royal Purple #5E42AB

Color information

#5E42AB (or 0x5E42AB) is unknown color: approx 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

RGB9466171-
CMYK0.450.6100.33
HSL256º44.3%46.47%-
HSV(B)256º61.4%67.06%-
XYZ13.919.2239.57-
YUV86.34175.78133.46-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.40%
GREEN value IS 66 (26.17% from 255) = 19.94%
BLUE value IS 171 (67.19% from 255) = 51.66%
R=28.40%
G=19.94%
B=51.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal94661710.450.6100.3325644.346.47
Hex5E42AB2D3D0211002c2e
Octal13610225355750414005456
Binary10111101000010101010111011011111010100001100000000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E42AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>