#70105B

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

Shades of Palatinate Purple #70105B

Tints of Palatinate Purple #70105B

Color information

#70105B (or 0x70105B) is unknown color: approx Palatinate Purple. HEX triplet: 70, 10 and 5B. RGB value is (112,16,91). Sum of RGB (Red+Green+Blue) = 112+16+91=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #70105B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70105B is #8FEFA4. Grayscale: #353535. Windows color (decimal): -9432997 or 5967984. OLE color: 5967984.

HSL color Cylindrical-coordinate representation of color #70105B: hue angle of 313.12º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #70105B is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB1121691-
CMYK00.860.190.56
HSL313.12º75%25.1%-
HSV(B)313.12º85.71%43.92%-
XYZ8.764.5710.32-
YUV53.25149.3169.9-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.14%
GREEN value IS 16 (6.64% from 255) = 7.31%
BLUE value IS 91 (35.94% from 255) = 41.55%
R=51.14%
G=7.31%
B=41.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112169100.860.190.56313.127525.1
Hex70105B05613381394b19
Octal160201330126237047111331
Binary11100001000010110110101011010011111000100111001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70105B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70105B; }

 p { color: rgb(112,16,91); }

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

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

 a { background-color: rgb(112,16,91); }

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

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

 span { border-color: rgb(112,16,91); }

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