#701569

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

Shades of Palatinate Purple #701569

Tints of Palatinate Purple #701569

Color information

#701569 (or 0x701569) is unknown color: approx Palatinate Purple. HEX triplet: 70, 15 and 69. RGB value is (112,21,105). Sum of RGB (Red+Green+Blue) = 112+21+105=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #701569 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701569 is #8FEA96. Grayscale: #393939. Windows color (decimal): -9431703 or 6886768. OLE color: 6886768.

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

Color convert

RGB11221105-
CMYK00.810.060.56
HSL304.62º68.42%26.08%-
HSV(B)304.62º81.25%43.92%-
XYZ9.5513.83-
YUV57.78154.65166.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.06%
GREEN value IS 21 (8.59% from 255) = 8.82%
BLUE value IS 105 (41.41% from 255) = 44.12%
R=47.06%
G=8.82%
B=44.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1122110500.810.060.56304.6268.4226.08
Hex701569051638131441a
Octal16025151012167046110432
Binary111000010101110100101010001110111000100110001100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701569; }

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

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

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

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

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

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

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

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