Html Css Color HEX #70225B Palatinate Purple

📋 copy color: '#70225B'

red 112 ◦ green 34 ◦ blue 91

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

Shades of Palatinate Purple #70225B

Tints of Palatinate Purple #70225B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.4%

R = 47.26%
G = 14.35%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#70225B (or 0x70225B) is known color: Palatinate Purple. HEX triplet: 70, 22 and 5B. RGB value is (112,34,91). Sum of RGB (Red+Green+Blue) = 112+34+91=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #70225B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70225B is #8FDDA4. Grayscale: #3F3F3F. Windows color (decimal): -9428389 or 5972592. OLE color: 5972592.

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

Color convert

RGB 112 34 91 -
CMYK 0 0.70 0.19 0.56
HSL 316.15º 0.53% 0.29% -
HSV(B) 316.15º 0.7% 0.44% -
XYZ 9.14 5.34 10.45 -
YUV 63.82 143.34 162.37 -
System Red Green Blue C M Y K H S L
Decimal 112 34 91 0 0.70 0.19 0.56 316.15 0.53 0.29
Hex 70 22 5B 0 46 13 38 13C 35 1D
Octal 160 42 133 0 106 23 70 474 65 35
Binary 1110000 100010 1011011 0 1000110 10011 111000 100111100 110101 11101

Color Harmonies of #70225B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70225B

Black with #70225B

Text Example


Text Example

White with #70225B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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