#5C125F

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

Shades of Palatinate Purple #5C125F

Tints of Palatinate Purple #5C125F

Color information

#5C125F (or 0x5C125F) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 12 and 5F. RGB value is (92,18,95). Sum of RGB (Red+Green+Blue) = 92+18+95=205 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.88% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 95 - color contains mainly: blue. Hex color #5C125F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C125F is #A3EDA0. Grayscale: #303030. Windows color (decimal): -10743201 or 6230620. OLE color: 6230620.

HSL color Cylindrical-coordinate representation of color #5C125F: hue angle of 297.66º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5C125F is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB921895-
CMYK0.030.8100.63
HSL297.66º68.14%22.16%-
HSV(B)297.66º81.05%37.25%-
XYZ6.73.5311.16-
YUV48.9154.02158.74-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 44.88%
GREEN value IS 18 (7.42% from 255) = 8.78%
BLUE value IS 95 (37.5% from 255) = 46.34%
R=44.88%
G=8.78%
B=46.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9218950.030.8100.63297.6668.1422.16
Hex5C125F35103F12a4416
Octal13422137312107745210426
Binary10111001001010111111110100010111111100101010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C125F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,18,95); }

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

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

 a { background-color: rgb(92,18,95); }

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

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

 span { border-color: rgb(92,18,95); }

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