#70325A

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

Shades of Palatinate Purple #70325A

Tints of Palatinate Purple #70325A

Color information

#70325A (or 0x70325A) is unknown color: approx Palatinate Purple. HEX triplet: 70, 32 and 5A. RGB value is (112,50,90). Sum of RGB (Red+Green+Blue) = 112+50+90=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #70325A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70325A is #8FCDA5. Grayscale: #494949. Windows color (decimal): -9424294 or 5911152. OLE color: 5911152.

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

Color convert

RGB1125090-
CMYK00.550.200.56
HSL321.29º38.27%31.76%-
HSV(B)321.29º55.36%43.92%-
XYZ9.676.4610.41-
YUV73.1137.54155.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.44%
GREEN value IS 50 (19.92% from 255) = 19.84%
BLUE value IS 90 (35.55% from 255) = 35.71%
R=44.44%
G=19.84%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112509000.550.200.56321.2938.2731.76
Hex70325A03714381412620
Octal1606213206724705014640
Binary11100001100101011010011011110100111000101000001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70325A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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