#700B64

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

Shades of Palatinate Purple #700B64

Tints of Palatinate Purple #700B64

Color information

#700B64 (or 0x700B64) is unknown color: approx Palatinate Purple. HEX triplet: 70, 0B and 64. RGB value is (112,11,100). Sum of RGB (Red+Green+Blue) = 112+11+100=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 100 (39.45% from 255 or 44.84% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #700B64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700B64 is #8FF49B. Grayscale: #333333. Windows color (decimal): -9434268 or 6556528. OLE color: 6556528.

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

Color convert

RGB11211100-
CMYK00.900.110.56
HSL307.13º82.11%24.12%-
HSV(B)307.13º90.18%43.92%-
XYZ9.14.612.47-
YUV51.34155.46171.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.22%
GREEN value IS 11 (4.69% from 255) = 4.93%
BLUE value IS 100 (39.45% from 255) = 44.84%
R=50.22%
G=4.93%
B=44.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121110000.900.110.56307.1382.1124.12
Hex70B6405AB381335218
Octal160131440132137046312230
Binary111000010111100100010110101011111000100110011101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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