#70075A

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

Shades of Palatinate Purple #70075A

Tints of Palatinate Purple #70075A

Color information

#70075A (or 0x70075A) is unknown color: approx Palatinate Purple. HEX triplet: 70, 07 and 5A. RGB value is (112,7,90). Sum of RGB (Red+Green+Blue) = 112+7+90=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #70075A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70075A is #8FF8A5. Grayscale: #2F2F2F. Windows color (decimal): -9435302 or 5900144. OLE color: 5900144.

HSL color Cylindrical-coordinate representation of color #70075A: hue angle of 312.57º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #70075A is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB112790-
CMYK00.940.200.56
HSL312.57º88.24%23.33%-
HSV(B)312.57º93.75%43.92%-
XYZ8.64.3310.06-
YUV47.86151.79173.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.59%
GREEN value IS 7 (3.12% from 255) = 3.35%
BLUE value IS 90 (35.55% from 255) = 43.06%
R=53.59%
G=3.35%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11279000.940.200.56312.5788.2423.33
Hex7075A05E14381395817
Octal16071320136247047113027
Binary111000011110110100101111010100111000100111001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70075A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,7,90); }

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

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

 a { background-color: rgb(112,7,90); }

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

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

 span { border-color: rgb(112,7,90); }

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