#70106A

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

Shades of Palatinate Purple #70106A

Tints of Palatinate Purple #70106A

Color information

#70106A (or 0x70106A) is unknown color: approx Palatinate Purple. HEX triplet: 70, 10 and 6A. RGB value is (112,16,106). Sum of RGB (Red+Green+Blue) = 112+16+106=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 106 (41.80% from 255 or 45.30% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #70106A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70106A is #8FEF95. Grayscale: #363636. Windows color (decimal): -9432982 or 6951024. OLE color: 6951024.

HSL color Cylindrical-coordinate representation of color #70106A: hue angle of 303.75º 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 #70106A is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB11216106-
CMYK00.860.050.56
HSL303.75º75%25.1%-
HSV(B)303.75º85.71%43.92%-
XYZ9.474.8614.07-
YUV54.96156.8168.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.86%
GREEN value IS 16 (6.64% from 255) = 6.84%
BLUE value IS 106 (41.80% from 255) = 45.30%
R=47.86%
G=6.84%
B=45.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121610600.860.050.56303.757525.1
Hex70106A0565381304b19
Octal16020152012657046011331
Binary111000010000110101001010110101111000100110000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70106A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70106A; }

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

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

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

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

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

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

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

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