#5C45AA

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

Shades of Royal Purple #5C45AA

Tints of Royal Purple #5C45AA

Color information

#5C45AA (or 0x5C45AA) is unknown color: approx Royal Purple. HEX triplet: 5C, 45 and AA. RGB value is (92,69,170). Sum of RGB (Red+Green+Blue) = 92+69+170=331 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.79% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C45AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C45AA is #A3BA55. Grayscale: #575757. Windows color (decimal): -10730070 or 11158876. OLE color: 11158876.

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

Color convert

RGB9269170-
CMYK0.460.5900.33
HSL253.66º42.26%46.86%-
HSV(B)253.66º59.41%66.67%-
XYZ13.89.4339.12-
YUV87.39174.62131.29-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.79%
GREEN value IS 69 (27.34% from 255) = 20.85%
BLUE value IS 170 (66.80% from 255) = 51.36%
R=27.79%
G=20.85%
B=51.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92691700.460.5900.33253.6642.2646.86
Hex5C45AA2E3B021fe2a2f
Octal13410525256730413765257
Binary1011100100010110101010101110111011010000111111110101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C45AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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