#701D5C

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

Shades of Palatinate Purple #701D5C

Tints of Palatinate Purple #701D5C

Color information

#701D5C (or 0x701D5C) is unknown color: approx Palatinate Purple. HEX triplet: 70, 1D and 5C. RGB value is (112,29,92). Sum of RGB (Red+Green+Blue) = 112+29+92=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #701D5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701D5C is #8FE2A3. Grayscale: #3C3C3C. Windows color (decimal): -9429668 or 6036848. OLE color: 6036848.

HSL color Cylindrical-coordinate representation of color #701D5C: hue angle of 314.46º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #701D5C is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB1122992-
CMYK00.740.180.56
HSL314.46º58.87%27.65%-
HSV(B)314.46º74.11%43.92%-
XYZ9.055.110.63-
YUV61145.5164.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.07%
GREEN value IS 29 (11.72% from 255) = 12.45%
BLUE value IS 92 (36.33% from 255) = 39.48%
R=48.07%
G=12.45%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112299200.740.180.56314.4658.8727.65
Hex701D5C04A123813a3b1c
Octal16035134011222704727334
Binary1110000111011011100010010101001011100010011101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701D5C; }

 p { color: rgb(112,29,92); }

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

<style>
 a { background-color: #701D5C; }

 a { background-color: rgb(112,29,92); }

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

<style>
 span { border-color: #701D5C; }

 span { border-color: rgb(112,29,92); }

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