#700E68

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

Shades of Palatinate Purple #700E68

Tints of Palatinate Purple #700E68

Color information

#700E68 (or 0x700E68) is unknown color: approx Palatinate Purple. HEX triplet: 70, 0E and 68. RGB value is (112,14,104). Sum of RGB (Red+Green+Blue) = 112+14+104=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 14 (5.86% from 255 or 6.09% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #700E68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700E68 is #8FF197. Grayscale: #353535. Windows color (decimal): -9433496 or 6819440. OLE color: 6819440.

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

Color convert

RGB11214104-
CMYK00.880.070.56
HSL304.9º77.78%24.71%-
HSV(B)304.9º87.5%43.92%-
XYZ9.344.7613.52-
YUV53.56156.47169.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.70%
GREEN value IS 14 (5.86% from 255) = 6.09%
BLUE value IS 104 (41.02% from 255) = 45.22%
R=48.70%
G=6.09%
B=45.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121410400.880.070.56304.977.7824.71
Hex70E680587381314e19
Octal16016150013077046111631
Binary11100001110110100001011000111111000100110001100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,14,104); }

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

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

 a { background-color: rgb(112,14,104); }

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

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

 span { border-color: rgb(112,14,104); }

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