#700661

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

Shades of Palatinate Purple #700661

Tints of Palatinate Purple #700661

Color information

#700661 (or 0x700661) is unknown color: approx Palatinate Purple. HEX triplet: 70, 06 and 61. RGB value is (112,6,97). Sum of RGB (Red+Green+Blue) = 112+6+97=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #700661 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700661 is #8FF99E. Grayscale: #2F2F2F. Windows color (decimal): -9435551 or 6358640. OLE color: 6358640.

HSL color Cylindrical-coordinate representation of color #700661: hue angle of 308.49º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700661 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB112697-
CMYK00.950.130.56
HSL308.49º89.83%23.14%-
HSV(B)308.49º94.64%43.92%-
XYZ8.94.4411.7-
YUV48.07155.62173.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.09%
GREEN value IS 6 (2.73% from 255) = 2.79%
BLUE value IS 97 (38.28% from 255) = 45.12%
R=52.09%
G=2.79%
B=45.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11269700.950.130.56308.4989.8323.14
Hex7066105FD381345a17
Octal16061410137157046413227
Binary11100001101100001010111111101111000100110100101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700661; }

 p { color: rgb(112,6,97); }

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

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

 a { background-color: rgb(112,6,97); }

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

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

 span { border-color: rgb(112,6,97); }

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