#701263

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

Shades of Palatinate Purple #701263

Tints of Palatinate Purple #701263

Color information

#701263 (or 0x701263) is unknown color: approx Palatinate Purple. HEX triplet: 70, 12 and 63. RGB value is (112,18,99). Sum of RGB (Red+Green+Blue) = 112+18+99=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #701263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701263 is #8FED9C. Grayscale: #373737. Windows color (decimal): -9432477 or 6492784. OLE color: 6492784.

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

Color convert

RGB1121899-
CMYK00.840.120.56
HSL308.3º72.31%25.49%-
HSV(B)308.3º83.93%43.92%-
XYZ9.154.7812.24-
YUV55.34152.64168.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.91%
GREEN value IS 18 (7.42% from 255) = 7.86%
BLUE value IS 99 (39.06% from 255) = 43.23%
R=48.91%
G=7.86%
B=43.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112189900.840.120.56308.372.3125.49
Hex701263054C381344819
Octal160221430124147046411031
Binary1110000100101100011010101001100111000100110100100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701263; }

 p { color: rgb(112,18,99); }

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

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

 a { background-color: rgb(112,18,99); }

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

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

 span { border-color: rgb(112,18,99); }

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