#5C345A

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

Shades of Palatinate Purple #5C345A

Tints of Palatinate Purple #5C345A

Color information

#5C345A (or 0x5C345A) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 34 and 5A. RGB value is (92,52,90). Sum of RGB (Red+Green+Blue) = 92+52+90=234 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.32% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 92 - color contains mainly: red. Hex color #5C345A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C345A is #A3CBA5. Grayscale: #444444. Windows color (decimal): -10734502 or 5911644. OLE color: 5911644.

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

Color convert

RGB925290-
CMYK00.430.020.64
HSL303º27.78%28.24%-
HSV(B)303º43.48%36.08%-
XYZ7.495.4710.33-
YUV68.29140.25144.91-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 39.32%
GREEN value IS 52 (20.70% from 255) = 22.22%
BLUE value IS 90 (35.55% from 255) = 38.46%
R=39.32%
G=22.22%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92529000.430.020.6430327.7828.24
Hex5C345A02B24012f1c1c
Octal1346413205321004573434
Binary1011100110100101101001010111010000001001011111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C345A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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