Html Css Color HEX #70225E Palatinate Purple

📋 copy color: '#70225E'

red 112 ◦ green 34 ◦ blue 94

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

Shades of Palatinate Purple #70225E

Tints of Palatinate Purple #70225E

RGB

 RED value IS 112 (44.14% from 255) = 46.67%

 GREEN value IS 34 (13.67% from 255) = 14.17%

 BLUE value IS 94 (37.11% from 255) = 39.17%

R = 46.67%
G = 14.17%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#70225E (or 0x70225E) is known color: Palatinate Purple. HEX triplet: 70, 22 and 5E. RGB value is (112,34,94). Sum of RGB (Red+Green+Blue) = 112+34+94=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #70225E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70225E is #8FDDA1. Grayscale: #404040. Windows color (decimal): -9428386 or 6169200. OLE color: 6169200.

HSL color Cylindrical-coordinate representation of color #70225E: hue angle of 313.85º 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 #70225E is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 34 94 -
CMYK 0 0.70 0.16 0.56
HSL 313.85º 0.53% 0.29% -
HSV(B) 313.85º 0.7% 0.44% -
XYZ 9.27 5.4 11.14 -
YUV 64.16 144.84 162.12 -
System Red Green Blue C M Y K H S L
Decimal 112 34 94 0 0.70 0.16 0.56 313.85 0.53 0.29
Hex 70 22 5E 0 46 10 38 13A 35 1D
Octal 160 42 136 0 106 20 70 472 65 35
Binary 1110000 100010 1011110 0 1000110 10000 111000 100111010 110101 11101

Color Harmonies of #70225E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70225E

Black with #70225E

Text Example


Text Example

White with #70225E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70225E; }

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

 H1.HeaderClassName
 {
   color: #70225E;
 }
 .AnyTagClassName
 {
   color: #70225E;
 }
</style>

background-color css

<style>
 a { background-color: #70225E; }

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

 div.DivClassName
 {
   background-color: #70225E;
 }
 .BgClassName
 {
   background-color: #70225E;
 }
</style>

border-color css

<style>
 span { border-color: #70225E; }

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

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