#700B59

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

Shades of Palatinate Purple #700B59

Tints of Palatinate Purple #700B59

Color information

#700B59 (or 0x700B59) is unknown color: approx Palatinate Purple. HEX triplet: 70, 0B and 59. RGB value is (112,11,89). Sum of RGB (Red+Green+Blue) = 112+11+89=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #700B59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700B59 is #8FF4A6. Grayscale: #313131. Windows color (decimal): -9434279 or 5835632. OLE color: 5835632.

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

Color convert

RGB1121189-
CMYK00.900.210.56
HSL313.66º82.11%24.12%-
HSV(B)313.66º90.18%43.92%-
XYZ8.64.419.85-
YUV50.09149.96172.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.83%
GREEN value IS 11 (4.69% from 255) = 5.19%
BLUE value IS 89 (35.16% from 255) = 41.98%
R=52.83%
G=5.19%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112118900.900.210.56313.6682.1124.12
Hex70B5905A153813a5218
Octal160131310132257047212230
Binary1110000101110110010101101010101111000100111010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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