#70065B

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

Shades of Palatinate Purple #70065B

Tints of Palatinate Purple #70065B

Color information

#70065B (or 0x70065B) is unknown color: approx Palatinate Purple. HEX triplet: 70, 06 and 5B. RGB value is (112,6,91). Sum of RGB (Red+Green+Blue) = 112+6+91=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #70065B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70065B is #8FF9A4. Grayscale: #2F2F2F. Windows color (decimal): -9435557 or 5965424. OLE color: 5965424.

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

Color convert

RGB112691-
CMYK00.950.190.56
HSL311.89º89.83%23.14%-
HSV(B)311.89º94.64%43.92%-
XYZ8.644.3310.28-
YUV47.38152.62174.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.59%
GREEN value IS 6 (2.73% from 255) = 2.87%
BLUE value IS 91 (35.94% from 255) = 43.54%
R=53.59%
G=2.87%
B=43.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11269100.950.190.56311.8989.8323.14
Hex7065B05F13381385a17
Octal16061330137237047013227
Binary111000011010110110101111110011111000100111000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70065B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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