#700B66

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

Shades of Palatinate Purple #700B66

Tints of Palatinate Purple #700B66

Color information

#700B66 (or 0x700B66) is unknown color: approx Palatinate Purple. HEX triplet: 70, 0B and 66. RGB value is (112,11,102). Sum of RGB (Red+Green+Blue) = 112+11+102=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 11 (4.69% from 255 or 4.89% from 225); Blue value is 102 (40.23% from 255 or 45.33% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #700B66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700B66 is #8FF499. Grayscale: #333333. Windows color (decimal): -9434266 or 6687600. OLE color: 6687600.

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

Color convert

RGB11211102-
CMYK00.900.090.56
HSL305.94º82.11%24.12%-
HSV(B)305.94º90.18%43.92%-
XYZ9.24.6412.98-
YUV51.57156.46171.1-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.78%
GREEN value IS 11 (4.69% from 255) = 4.89%
BLUE value IS 102 (40.23% from 255) = 45.33%
R=49.78%
G=4.89%
B=45.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121110200.900.090.56305.9482.1124.12
Hex70B6605A9381325218
Octal160131460132117046212230
Binary111000010111100110010110101001111000100110010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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