#5C045B

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

Shades of Palatinate Purple #5C045B

Tints of Palatinate Purple #5C045B

Color information

#5C045B (or 0x5C045B) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 04 and 5B. RGB value is (92,4,91). Sum of RGB (Red+Green+Blue) = 92+4+91=187 (24% of max value = 765). Red value is 92 (36.33% from 255 or 49.20% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 92 - color contains mainly: red. Hex color #5C045B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C045B is #A3FBA4. Grayscale: #272727. Windows color (decimal): -10746789 or 5964892. OLE color: 5964892.

HSL color Cylindrical-coordinate representation of color #5C045B: hue angle of 300.68º 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 #5C045B is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.64.

Color convert

RGB92491-
CMYK00.960.010.64
HSL300.68º91.67%18.82%-
HSV(B)300.68º95.65%36.08%-
XYZ6.353.1210.16-
YUV40.23156.65164.93-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 49.20%
GREEN value IS 4 (1.95% from 255) = 2.14%
BLUE value IS 91 (35.94% from 255) = 48.66%
R=49.20%
G=2.14%
B=48.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.01
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9249100.960.010.64300.6891.6718.82
Hex5C45B06014012d5c13
Octal13441330140110045513423
Binary101110010010110110110000011000000100101101101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C045B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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