#701258

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

Shades of Palatinate Purple #701258

Tints of Palatinate Purple #701258

Color information

#701258 (or 0x701258) is unknown color: approx Palatinate Purple. HEX triplet: 70, 12 and 58. RGB value is (112,18,88). Sum of RGB (Red+Green+Blue) = 112+18+88=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #701258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701258 is #8FEDA7. Grayscale: #353535. Windows color (decimal): -9432488 or 5771888. OLE color: 5771888.

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

Color convert

RGB1121888-
CMYK00.840.210.56
HSL315.32º72.31%25.49%-
HSV(B)315.32º83.93%43.92%-
XYZ8.664.589.66-
YUV54.09147.14169.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.38%
GREEN value IS 18 (7.42% from 255) = 8.26%
BLUE value IS 88 (34.77% from 255) = 40.37%
R=51.38%
G=8.26%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112188800.840.210.56315.3272.3125.49
Hex701258054153813b4819
Octal160221300124257047311031
Binary11100001001010110000101010010101111000100111011100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701258; }

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

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

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

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

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

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

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

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