#70065D

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

Shades of Palatinate Purple #70065D

Tints of Palatinate Purple #70065D

Color information

#70065D (or 0x70065D) is unknown color: approx Palatinate Purple. HEX triplet: 70, 06 and 5D. RGB value is (112,6,93). Sum of RGB (Red+Green+Blue) = 112+6+93=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #70065D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70065D is #8FF9A2. Grayscale: #2F2F2F. Windows color (decimal): -9435555 or 6096496. OLE color: 6096496.

HSL color Cylindrical-coordinate representation of color #70065D: hue angle of 310.75º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #70065D is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB112693-
CMYK00.950.170.56
HSL310.75º89.83%23.14%-
HSV(B)310.75º94.64%43.92%-
XYZ8.724.3710.74-
YUV47.61153.62173.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.08%
GREEN value IS 6 (2.73% from 255) = 2.84%
BLUE value IS 93 (36.72% from 255) = 44.08%
R=53.08%
G=2.84%
B=44.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11269300.950.170.56310.7589.8323.14
Hex7065D05F11381375a17
Octal16061350137217046713227
Binary111000011010111010101111110001111000100110111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70065D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70065D; }

 p { color: rgb(112,6,93); }

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

<style>
 a { background-color: #70065D; }

 a { background-color: rgb(112,6,93); }

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

<style>
 span { border-color: #70065D; }

 span { border-color: rgb(112,6,93); }

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