#701C5A

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

Shades of Palatinate Purple #701C5A

Tints of Palatinate Purple #701C5A

Color information

#701C5A (or 0x701C5A) is unknown color: approx Palatinate Purple. HEX triplet: 70, 1C and 5A. RGB value is (112,28,90). Sum of RGB (Red+Green+Blue) = 112+28+90=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 28 (11.33% from 255 or 12.17% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #701C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701C5A is #8FE3A5. Grayscale: #3C3C3C. Windows color (decimal): -9429926 or 5905520. OLE color: 5905520.

HSL color Cylindrical-coordinate representation of color #701C5A: hue angle of 315.71º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #701C5A is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB1122890-
CMYK00.750.200.56
HSL315.71º60%27.45%-
HSV(B)315.71º75%43.92%-
XYZ8.945.0110.17-
YUV60.18144.83164.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.70%
GREEN value IS 28 (11.33% from 255) = 12.17%
BLUE value IS 90 (35.55% from 255) = 39.13%
R=48.70%
G=12.17%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112289000.750.200.56315.716027.45
Hex701C5A04B143813c3c1b
Octal16034132011324704747433
Binary1110000111001011010010010111010011100010011110011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,28,90); }

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

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

 a { background-color: rgb(112,28,90); }

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

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

 span { border-color: rgb(112,28,90); }

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