Html Css Color HEX #70226A Palatinate Purple

📋 copy color: '#70226A'

red 112 ◦ green 34 ◦ blue 106

#70226A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #70226A

Tints of Palatinate Purple #70226A

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.8% from 255) = 42.06%

R = 44.44%
G = 13.49%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#70226A (or 0x70226A) is known color: 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

RGB 112 34 106 -
CMYK 0 0.70 0.05 0.56
HSL 304.62º 0.53% 0.29% -
HSV(B) 304.62º 0.7% 0.44% -
XYZ 9.86 5.63 14.2 -
YUV 65.53 150.84 161.15 -
System Red Green Blue C M Y K H S L
Decimal 112 34 106 0 0.70 0.05 0.56 304.62 0.53 0.29
Hex 70 22 6A 0 46 5 38 131 35 1D
Octal 160 42 152 0 106 5 70 461 65 35
Binary 1110000 100010 1101010 0 1000110 101 111000 100110001 110101 11101

Color Harmonies of #70226A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70226A

Black with #70226A

Text Example


Text Example

White with #70226A

Text Example


Text Example

HTML Codes & Css Web 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>