#5C42AE

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

Shades of Royal Purple #5C42AE

Tints of Royal Purple #5C42AE

Color information

#5C42AE (or 0x5C42AE) is unknown color: approx Royal Purple. HEX triplet: 5C, 42 and AE. RGB value is (92,66,174). Sum of RGB (Red+Green+Blue) = 92+66+174=332 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.71% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #5C42AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C42AE is #A3BD51. Grayscale: #555555. Windows color (decimal): -10730834 or 11420252. OLE color: 11420252.

HSL color Cylindrical-coordinate representation of color #5C42AE: hue angle of 254.44º 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 #5C42AE is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9266174-
CMYK0.470.6200.32
HSL254.44º45%47.06%-
HSV(B)254.44º62.07%68.24%-
XYZ149.2341.09-
YUV86.09177.61132.22-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.71%
GREEN value IS 66 (26.17% from 255) = 19.88%
BLUE value IS 174 (68.36% from 255) = 52.41%
R=27.71%
G=19.88%
B=52.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal92661740.470.6200.32254.444547.06
Hex5C42AE2F3E020fe2d2f
Octal13410225657760403765557
Binary1011100100001010101110101111111110010000011111110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C42AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,66,174); }

 H1.HeaderClassName
 {
   color: #5C42AE;
 }
 .AnyTagClassName
 {
   color: #5C42AE;
 }
</style>
background-color css

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

 a { background-color: rgb(92,66,174); }

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

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

 span { border-color: rgb(92,66,174); }

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