#700A5E

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

Shades of Palatinate Purple #700A5E

Tints of Palatinate Purple #700A5E

Color information

#700A5E (or 0x700A5E) is unknown color: approx Palatinate Purple. HEX triplet: 70, 0A and 5E. RGB value is (112,10,94). Sum of RGB (Red+Green+Blue) = 112+10+94=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 10 (4.30% from 255 or 4.63% from 216); Blue value is 94 (37.11% from 255 or 43.52% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #700A5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700A5E is #8FF5A1. Grayscale: #313131. Windows color (decimal): -9434530 or 6163056. OLE color: 6163056.

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

Color convert

RGB1121094-
CMYK00.910.160.56
HSL310.59º83.61%23.92%-
HSV(B)310.59º91.07%43.92%-
XYZ8.814.4710.99-
YUV50.07152.79172.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.85%
GREEN value IS 10 (4.30% from 255) = 4.63%
BLUE value IS 94 (37.11% from 255) = 43.52%
R=51.85%
G=4.63%
B=43.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112109400.910.160.56310.5983.6123.92
Hex70A5E05B10381375418
Octal160121360133207046712430
Binary1110000101010111100101101110000111000100110111101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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