#701269

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

Shades of Palatinate Purple #701269

Tints of Palatinate Purple #701269

Color information

#701269 (or 0x701269) is unknown color: approx Palatinate Purple. HEX triplet: 70, 12 and 69. RGB value is (112,18,105). Sum of RGB (Red+Green+Blue) = 112+18+105=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #701269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701269 is #8FED96. Grayscale: #373737. Windows color (decimal): -9432471 or 6886000. OLE color: 6886000.

HSL color Cylindrical-coordinate representation of color #701269: hue angle of 304.47º 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 #701269 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB11218105-
CMYK00.840.060.56
HSL304.47º72.31%25.49%-
HSV(B)304.47º83.93%43.92%-
XYZ9.454.913.81-
YUV56.02155.64167.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.66%
GREEN value IS 18 (7.42% from 255) = 7.66%
BLUE value IS 105 (41.41% from 255) = 44.68%
R=47.66%
G=7.66%
B=44.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121810500.840.060.56304.4772.3125.49
Hex7012690546381304819
Octal16022151012467046011031
Binary111000010010110100101010100110111000100110000100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701269; }

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

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

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

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

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

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

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

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