#700D6A

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

Shades of Palatinate Purple #700D6A

Tints of Palatinate Purple #700D6A

Color information

#700D6A (or 0x700D6A) is unknown color: approx Palatinate Purple. HEX triplet: 70, 0D and 6A. RGB value is (112,13,106). Sum of RGB (Red+Green+Blue) = 112+13+106=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 13 (5.47% from 255 or 5.63% from 231); Blue value is 106 (41.80% from 255 or 45.89% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #700D6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700D6A is #8FF295. Grayscale: #343434. Windows color (decimal): -9433750 or 6950256. OLE color: 6950256.

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

Color convert

RGB11213106-
CMYK00.880.050.56
HSL303.64º79.2%24.51%-
HSV(B)303.64º88.39%43.92%-
XYZ9.434.7714.06-
YUV53.2157.8169.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.48%
GREEN value IS 13 (5.47% from 255) = 5.63%
BLUE value IS 106 (41.80% from 255) = 45.89%
R=48.48%
G=5.63%
B=45.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121310600.880.050.56303.6479.224.51
Hex70D6A0585381304f19
Octal16015152013057046011731
Binary11100001101110101001011000101111000100110000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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