#700f62

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

Shades of Palatinate Purple #700F62

Tints of Palatinate Purple #700F62

Color information

#700F62 (or 0x700F62) is unknown color: approx Palatinate Purple. HEX triplet: 70, 0F and 62. RGB value is (112,15,98). Sum of RGB (Red+Green+Blue) = 112+15+98=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #700F62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700F62 is #8FF09D. Grayscale: #353535. Windows color (decimal): -9433246 or 6426480. OLE color: 6426480.

HSL color Cylindrical-coordinate representation of color #700F62: hue angle of 308.66º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #700F62 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB1121598-
CMYK00.870.130.56
HSL308.66º76.38%24.9%-
HSV(B)308.66º86.61%43.92%-
XYZ9.064.6711.98-
YUV53.46153.14169.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.78%
GREEN value IS 15 (6.25% from 255) = 6.67%
BLUE value IS 98 (38.67% from 255) = 43.56%
R=49.78%
G=6.67%
B=43.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112159800.870.130.56308.6676.3824.9
Hex70F62057D381354c19
Octal160171420127157046511431
Binary111000011111100010010101111101111000100110101100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700f62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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