#70226A

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

Shades of Palatinate Purple #70226A

Tints of Palatinate Purple #70226A

Color information

#70226A (or 0x70226A) is unknown color: approx Palatinate Purple. HEX triplet: 70, 22 and 6A. RGB value is (112,34,106). Sum of RGB (Red+Green+Blue) = 112+34+106=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #70226A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70226A is #8FDD95. Grayscale: #414141. Windows color (decimal): -9428374 or 6955632. OLE color: 6955632.

HSL color Cylindrical-coordinate representation of color #70226A: hue angle of 304.62º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #70226A is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB11234106-
CMYK00.700.050.56
HSL304.62º53.42%28.63%-
HSV(B)304.62º69.64%43.92%-
XYZ9.865.6314.2-
YUV65.53150.84161.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.44%
GREEN value IS 34 (13.67% from 255) = 13.49%
BLUE value IS 106 (41.80% from 255) = 42.06%
R=44.44%
G=13.49%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1123410600.700.050.56304.6253.4228.63
Hex70226A046538131351d
Octal1604215201065704616535
Binary111000010001011010100100011010111100010011000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70226A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,34,106); }

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

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

 a { background-color: rgb(112,34,106); }

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

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

 span { border-color: rgb(112,34,106); }

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