#700A58

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

Shades of Palatinate Purple #700A58

Tints of Palatinate Purple #700A58

Color information

#700A58 (or 0x700A58) is unknown color: approx Palatinate Purple. HEX triplet: 70, 0A and 58. RGB value is (112,10,88). Sum of RGB (Red+Green+Blue) = 112+10+88=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 10 (4.30% from 255 or 4.76% from 210); Blue value is 88 (34.77% from 255 or 41.90% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #700A58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700A58 is #8FF5A7. Grayscale: #313131. Windows color (decimal): -9434536 or 5769840. OLE color: 5769840.

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

Color convert

RGB1121088-
CMYK00.910.210.56
HSL314.12º83.61%23.92%-
HSV(B)314.12º91.07%43.92%-
XYZ8.554.379.62-
YUV49.39149.79172.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.33%
GREEN value IS 10 (4.30% from 255) = 4.76%
BLUE value IS 88 (34.77% from 255) = 41.90%
R=53.33%
G=4.76%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112108800.910.210.56314.1283.6123.92
Hex70A5805B153813a5418
Octal160121300133257047212430
Binary1110000101010110000101101110101111000100111010101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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