#70065A

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

Shades of Palatinate Purple #70065A

Tints of Palatinate Purple #70065A

Color information

#70065A (or 0x70065A) is unknown color: approx Palatinate Purple. HEX triplet: 70, 06 and 5A. RGB value is (112,6,90). Sum of RGB (Red+Green+Blue) = 112+6+90=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 6 (2.73% from 255 or 2.88% from 208); Blue value is 90 (35.55% from 255 or 43.27% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #70065A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70065A is #8FF9A5. Grayscale: #2F2F2F. Windows color (decimal): -9435558 or 5899888. OLE color: 5899888.

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

Color convert

RGB112690-
CMYK00.950.200.56
HSL312.45º89.83%23.14%-
HSV(B)312.45º94.64%43.92%-
XYZ8.594.3110.05-
YUV47.27152.12174.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.85%
GREEN value IS 6 (2.73% from 255) = 2.88%
BLUE value IS 90 (35.55% from 255) = 43.27%
R=53.85%
G=2.88%
B=43.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11269000.950.200.56312.4589.8323.14
Hex7065A05F14381385a17
Octal16061320137247047013227
Binary111000011010110100101111110100111000100111000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70065A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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