#701464

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

Shades of Palatinate Purple #701464

Tints of Palatinate Purple #701464

Color information

#701464 (or 0x701464) is unknown color: approx Palatinate Purple. HEX triplet: 70, 14 and 64. RGB value is (112,20,100). Sum of RGB (Red+Green+Blue) = 112+20+100=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 100 (39.45% from 255 or 43.10% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #701464 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701464 is #8FEB9B. Grayscale: #383838. Windows color (decimal): -9431964 or 6558832. OLE color: 6558832.

HSL color Cylindrical-coordinate representation of color #701464: hue angle of 307.83º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #701464 is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB11220100-
CMYK00.820.110.56
HSL307.83º69.7%25.88%-
HSV(B)307.83º82.14%43.92%-
XYZ9.234.8712.51-
YUV56.63152.48167.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.28%
GREEN value IS 20 (8.20% from 255) = 8.62%
BLUE value IS 100 (39.45% from 255) = 43.10%
R=48.28%
G=8.62%
B=43.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1122010000.820.110.56307.8369.725.88
Hex701464052B38134461a
Octal160241440122137046410632
Binary1110000101001100100010100101011111000100110100100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701464; }

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

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

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

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

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

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

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

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