#700D69

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

Shades of Palatinate Purple #700D69

Tints of Palatinate Purple #700D69

Color information

#700D69 (or 0x700D69) is unknown color: approx Palatinate Purple. HEX triplet: 70, 0D and 69. RGB value is (112,13,105). Sum of RGB (Red+Green+Blue) = 112+13+105=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 13 (5.47% from 255 or 5.65% from 230); Blue value is 105 (41.41% from 255 or 45.65% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #700D69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700D69 is #8FF296. Grayscale: #343434. Windows color (decimal): -9433751 or 6884720. OLE color: 6884720.

HSL color Cylindrical-coordinate representation of color #700D69: hue angle of 304.24º degrees, saturation: 0.79, 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 #700D69 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB11213105-
CMYK00.880.060.56
HSL304.24º79.2%24.51%-
HSV(B)304.24º88.39%43.92%-
XYZ9.384.7513.79-
YUV53.09157.3170.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.70%
GREEN value IS 13 (5.47% from 255) = 5.65%
BLUE value IS 105 (41.41% from 255) = 45.65%
R=48.70%
G=5.65%
B=45.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121310500.880.060.56304.2479.224.51
Hex70D690586381304f19
Octal16015151013067046011731
Binary11100001101110100101011000110111000100110000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,13,105); }

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

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

 a { background-color: rgb(112,13,105); }

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

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

 span { border-color: rgb(112,13,105); }

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