#701B60

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

Shades of Palatinate Purple #701B60

Tints of Palatinate Purple #701B60

Color information

#701B60 (or 0x701B60) is unknown color: approx Palatinate Purple. HEX triplet: 70, 1B and 60. RGB value is (112,27,96). Sum of RGB (Red+Green+Blue) = 112+27+96=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 27 (10.94% from 255 or 11.49% from 235); Blue value is 96 (37.89% from 255 or 40.85% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #701B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701B60 is #8FE49F. Grayscale: #3C3C3C. Windows color (decimal): -9430176 or 6298480. OLE color: 6298480.

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

Color convert

RGB1122796-
CMYK00.760.140.56
HSL311.29º61.15%27.25%-
HSV(B)311.29º75.89%43.92%-
XYZ9.195.0711.56-
YUV60.28148.16164.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.66%
GREEN value IS 27 (10.94% from 255) = 11.49%
BLUE value IS 96 (37.89% from 255) = 40.85%
R=47.66%
G=11.49%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112279600.760.140.56311.2961.1527.25
Hex701B6004CE381373d1b
Octal16033140011416704677533
Binary111000011011110000001001100111011100010011011111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,27,96); }

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

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

 a { background-color: rgb(112,27,96); }

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

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

 span { border-color: rgb(112,27,96); }

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