#700A60

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

Shades of Palatinate Purple #700A60

Tints of Palatinate Purple #700A60

Color information

#700A60 (or 0x700A60) is unknown color: approx Palatinate Purple. HEX triplet: 70, 0A and 60. RGB value is (112,10,96). Sum of RGB (Red+Green+Blue) = 112+10+96=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #700A60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700A60 is #8FF59F. Grayscale: #323232. Windows color (decimal): -9434528 or 6294128. OLE color: 6294128.

HSL color Cylindrical-coordinate representation of color #700A60: hue angle of 309.41º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #700A60 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB1121096-
CMYK00.910.140.56
HSL309.41º83.61%23.92%-
HSV(B)309.41º91.07%43.92%-
XYZ8.94.5111.47-
YUV50.3153.79172.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.38%
GREEN value IS 10 (4.30% from 255) = 4.59%
BLUE value IS 96 (37.89% from 255) = 44.04%
R=51.38%
G=4.59%
B=44.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112109600.910.140.56309.4183.6123.92
Hex70A6005BE381355418
Octal160121400133167046512430
Binary111000010101100000010110111110111000100110101101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700A60; }

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

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

<style>
 a { background-color: #700A60; }

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

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

<style>
 span { border-color: #700A60; }

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

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