#701068

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

Shades of Palatinate Purple #701068

Tints of Palatinate Purple #701068

Color information

#701068 (or 0x701068) is unknown color: approx Palatinate Purple. HEX triplet: 70, 10 and 68. RGB value is (112,16,104). Sum of RGB (Red+Green+Blue) = 112+16+104=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #701068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701068 is #8FEF97. Grayscale: #363636. Windows color (decimal): -9432984 or 6819952. OLE color: 6819952.

HSL color Cylindrical-coordinate representation of color #701068: hue angle of 305º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701068 is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB11216104-
CMYK00.860.070.56
HSL305º75%25.1%-
HSV(B)305º85.71%43.92%-
XYZ9.374.8113.53-
YUV54.74155.8168.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.28%
GREEN value IS 16 (6.64% from 255) = 6.90%
BLUE value IS 104 (41.02% from 255) = 44.83%
R=48.28%
G=6.90%
B=44.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121610400.860.070.563057525.1
Hex7010680567381314b19
Octal16020150012677046111331
Binary111000010000110100001010110111111000100110001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701068; }

 p { color: rgb(112,16,104); }

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

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

 a { background-color: rgb(112,16,104); }

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

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

 span { border-color: rgb(112,16,104); }

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