#70155A

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

Shades of Palatinate Purple #70155A

Tints of Palatinate Purple #70155A

Color information

#70155A (or 0x70155A) is unknown color: approx Palatinate Purple. HEX triplet: 70, 15 and 5A. RGB value is (112,21,90). Sum of RGB (Red+Green+Blue) = 112+21+90=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #70155A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70155A is #8FEAA5. Grayscale: #373737. Windows color (decimal): -9431718 or 5903728. OLE color: 5903728.

HSL color Cylindrical-coordinate representation of color #70155A: hue angle of 314.51º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #70155A is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB1122190-
CMYK00.810.200.56
HSL314.51º68.42%26.08%-
HSV(B)314.51º81.25%43.92%-
XYZ8.84.7210.12-
YUV56.08147.15167.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.22%
GREEN value IS 21 (8.59% from 255) = 9.42%
BLUE value IS 90 (35.55% from 255) = 40.36%
R=50.22%
G=9.42%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112219000.810.200.56314.5168.4226.08
Hex70155A051143813b441a
Octal160251320121247047310432
Binary11100001010110110100101000110100111000100111011100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70155A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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