#5C315D

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

Shades of Palatinate Purple #5C315D

Tints of Palatinate Purple #5C315D

Color information

#5C315D (or 0x5C315D) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 31 and 5D. RGB value is (92,49,93). Sum of RGB (Red+Green+Blue) = 92+49+93=234 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.32% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 93 - color contains mainly: blue. Hex color #5C315D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C315D is #A3CEA2. Grayscale: #424242. Windows color (decimal): -10735267 or 6107484. OLE color: 6107484.

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

Color convert

RGB924993-
CMYK0.010.4700.64
HSL298.64º30.99%27.84%-
HSV(B)298.64º47.31%36.47%-
XYZ7.495.2610.98-
YUV66.87142.75145.92-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 39.32%
GREEN value IS 49 (19.53% from 255) = 20.94%
BLUE value IS 93 (36.72% from 255) = 39.74%
R=39.32%
G=20.94%
B=39.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9249930.010.4700.64298.6430.9927.84
Hex5C315D12F04012b1f1c
Octal1346113515701004533734
Binary101110011000110111011101111010000001001010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C315D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,49,93); }

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

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

 a { background-color: rgb(92,49,93); }

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

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

 span { border-color: rgb(92,49,93); }

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