#700A62

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

Shades of Palatinate Purple #700A62

Tints of Palatinate Purple #700A62

Color information

#700A62 (or 0x700A62) is unknown color: approx Palatinate Purple. HEX triplet: 70, 0A and 62. RGB value is (112,10,98). Sum of RGB (Red+Green+Blue) = 112+10+98=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 10 (4.30% from 255 or 4.55% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #700A62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700A62 is #8FF59D. Grayscale: #323232. Windows color (decimal): -9434526 or 6425200. OLE color: 6425200.

HSL color Cylindrical-coordinate representation of color #700A62: hue angle of 308.24º 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 #700A62 is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB1121098-
CMYK00.910.130.56
HSL308.24º83.61%23.92%-
HSV(B)308.24º91.07%43.92%-
XYZ94.5411.96-
YUV50.53154.79171.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.91%
GREEN value IS 10 (4.30% from 255) = 4.55%
BLUE value IS 98 (38.67% from 255) = 44.55%
R=50.91%
G=4.55%
B=44.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112109800.910.130.56308.2483.6123.92
Hex70A6205BD381345418
Octal160121420133157046412430
Binary111000010101100010010110111101111000100110100101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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