#5C41AA

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

Shades of Royal Purple #5C41AA

Tints of Royal Purple #5C41AA

Color information

#5C41AA (or 0x5C41AA) is unknown color: approx Royal Purple. HEX triplet: 5C, 41 and AA. RGB value is (92,65,170). Sum of RGB (Red+Green+Blue) = 92+65+170=327 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.13% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C41AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C41AA is #A3BE55. Grayscale: #545454. Windows color (decimal): -10731094 or 11157852. OLE color: 11157852.

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

Color convert

RGB9265170-
CMYK0.460.6200.33
HSL255.43º44.68%46.08%-
HSV(B)255.43º61.76%66.67%-
XYZ13.568.9639.04-
YUV85.04175.95132.96-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.13%
GREEN value IS 65 (25.78% from 255) = 19.88%
BLUE value IS 170 (66.80% from 255) = 51.99%
R=28.13%
G=19.88%
B=51.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92651700.460.6200.33255.4344.6846.08
Hex5C41AA2E3E021ff2d2e
Octal13410125256760413775556
Binary1011100100000110101010101110111110010000111111111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C41AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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