#5C045A

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

Shades of Palatinate Purple #5C045A

Tints of Palatinate Purple #5C045A

Color information

#5C045A (or 0x5C045A) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 04 and 5A. RGB value is (92,4,90). Sum of RGB (Red+Green+Blue) = 92+4+90=186 (24% of max value = 765). Red value is 92 (36.33% from 255 or 49.46% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 90 (35.55% from 255 or 48.39% from 186); Max value from RGB is 92 - color contains mainly: red. Hex color #5C045A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C045A is #A3FBA5. Grayscale: #272727. Windows color (decimal): -10746790 or 5899356. OLE color: 5899356.

HSL color Cylindrical-coordinate representation of color #5C045A: hue angle of 301.36º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C045A is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.64.

Color convert

RGB92490-
CMYK00.960.020.64
HSL301.36º91.67%18.82%-
HSV(B)301.36º95.65%36.08%-
XYZ6.33.19.94-
YUV40.12156.15165.01-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 49.46%
GREEN value IS 4 (1.95% from 255) = 2.15%
BLUE value IS 90 (35.55% from 255) = 48.39%
R=49.46%
G=2.15%
B=48.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.02
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9249000.960.020.64301.3691.6718.82
Hex5C45A06024012d5c13
Octal13441320140210045513423
Binary1011100100101101001100000101000000100101101101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C045A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,4,90); }

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

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

 a { background-color: rgb(92,4,90); }

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

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

 span { border-color: rgb(92,4,90); }

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