#70125C

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

Shades of Palatinate Purple #70125C

Tints of Palatinate Purple #70125C

Color information

#70125C (or 0x70125C) is unknown color: approx Palatinate Purple. HEX triplet: 70, 12 and 5C. RGB value is (112,18,92). Sum of RGB (Red+Green+Blue) = 112+18+92=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #70125C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70125C is #8FEDA3. Grayscale: #363636. Windows color (decimal): -9432484 or 6034032. OLE color: 6034032.

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

Color convert

RGB1121892-
CMYK00.840.180.56
HSL312.77º72.31%25.49%-
HSV(B)312.77º83.93%43.92%-
XYZ8.834.6510.56-
YUV54.54149.14168.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.45%
GREEN value IS 18 (7.42% from 255) = 8.11%
BLUE value IS 92 (36.33% from 255) = 41.44%
R=50.45%
G=8.11%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112189200.840.180.56312.7772.3125.49
Hex70125C05412381394819
Octal160221340124227047111031
Binary11100001001010111000101010010010111000100111001100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70125C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70125C; }

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

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

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

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

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

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

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

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