Html Css Color HEX #70225D Palatinate Purple

📋 copy color: '#70225D'

red 112 ◦ green 34 ◦ blue 93

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

Shades of Palatinate Purple #70225D

Tints of Palatinate Purple #70225D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 38.91%

R = 46.86%
G = 14.23%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#70225D (or 0x70225D) is known color: Palatinate Purple. HEX triplet: 70, 22 and 5D. RGB value is (112,34,93). Sum of RGB (Red+Green+Blue) = 112+34+93=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #70225D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70225D is #8FDDA2. Grayscale: #3F3F3F. Windows color (decimal): -9428387 or 6103664. OLE color: 6103664.

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

Color convert

RGB 112 34 93 -
CMYK 0 0.70 0.17 0.56
HSL 314.62º 0.53% 0.29% -
HSV(B) 314.62º 0.7% 0.44% -
XYZ 9.23 5.38 10.91 -
YUV 64.05 144.34 162.2 -
System Red Green Blue C M Y K H S L
Decimal 112 34 93 0 0.70 0.17 0.56 314.62 0.53 0.29
Hex 70 22 5D 0 46 11 38 13B 35 1D
Octal 160 42 135 0 106 21 70 473 65 35
Binary 1110000 100010 1011101 0 1000110 10001 111000 100111011 110101 11101

Color Harmonies of #70225D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70225D

Black with #70225D

Text Example


Text Example

White with #70225D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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