#70165F

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

Shades of Palatinate Purple #70165F

Tints of Palatinate Purple #70165F

Color information

#70165F (or 0x70165F) is unknown color: approx Palatinate Purple. HEX triplet: 70, 16 and 5F. RGB value is (112,22,95). Sum of RGB (Red+Green+Blue) = 112+22+95=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #70165F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70165F is #8FE9A0. Grayscale: #393939. Windows color (decimal): -9431457 or 6231664. OLE color: 6231664.

HSL color Cylindrical-coordinate representation of color #70165F: hue angle of 311.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #70165F is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB1122295-
CMYK00.800.150.56
HSL311.33º67.16%26.27%-
HSV(B)311.33º80.36%43.92%-
XYZ9.034.8411.29-
YUV57.23149.32167.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.91%
GREEN value IS 22 (8.98% from 255) = 9.61%
BLUE value IS 95 (37.5% from 255) = 41.48%
R=48.91%
G=9.61%
B=41.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112229500.800.150.56311.3367.1626.27
Hex70165F050F38137431a
Octal160261370120177046710332
Binary1110000101101011111010100001111111000100110111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70165F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70165F; }

 p { color: rgb(112,22,95); }

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

<style>
 a { background-color: #70165F; }

 a { background-color: rgb(112,22,95); }

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

<style>
 span { border-color: #70165F; }

 span { border-color: rgb(112,22,95); }

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