#70075C

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

Shades of Palatinate Purple #70075C

Tints of Palatinate Purple #70075C

Color information

#70075C (or 0x70075C) is unknown color: approx Palatinate Purple. HEX triplet: 70, 07 and 5C. RGB value is (112,7,92). Sum of RGB (Red+Green+Blue) = 112+7+92=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #70075C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70075C is #8FF8A3. Grayscale: #2F2F2F. Windows color (decimal): -9435300 or 6031216. OLE color: 6031216.

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

Color convert

RGB112792-
CMYK00.940.180.56
HSL311.43º88.24%23.33%-
HSV(B)311.43º93.75%43.92%-
XYZ8.694.3710.51-
YUV48.08152.79173.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.08%
GREEN value IS 7 (3.12% from 255) = 3.32%
BLUE value IS 92 (36.33% from 255) = 43.60%
R=53.08%
G=3.32%
B=43.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11279200.940.180.56311.4388.2423.33
Hex7075C05E12381375817
Octal16071340136227046713027
Binary111000011110111000101111010010111000100110111101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70075C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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