#700B68

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

Shades of Palatinate Purple #700B68

Tints of Palatinate Purple #700B68

Color information

#700B68 (or 0x700B68) is unknown color: approx Palatinate Purple. HEX triplet: 70, 0B and 68. RGB value is (112,11,104). Sum of RGB (Red+Green+Blue) = 112+11+104=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #700B68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700B68 is #8FF497. Grayscale: #333333. Windows color (decimal): -9434264 or 6818672. OLE color: 6818672.

HSL color Cylindrical-coordinate representation of color #700B68: hue angle of 304.75º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #700B68 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB11211104-
CMYK00.900.070.56
HSL304.75º82.11%24.12%-
HSV(B)304.75º90.18%43.92%-
XYZ9.34.6813.51-
YUV51.8157.46170.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.34%
GREEN value IS 11 (4.69% from 255) = 4.85%
BLUE value IS 104 (41.02% from 255) = 45.81%
R=49.34%
G=4.85%
B=45.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121110400.900.070.56304.7582.1124.12
Hex70B6805A7381315218
Octal16013150013277046112230
Binary11100001011110100001011010111111000100110001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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