Html Css Color HEX #70225C Palatinate Purple

📋 copy color: '#70225C'

red 112 ◦ green 34 ◦ blue 92

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

Shades of Palatinate Purple #70225C

Tints of Palatinate Purple #70225C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 38.66%

R = 47.06%
G = 14.29%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#70225C (or 0x70225C) is known color: Palatinate Purple. HEX triplet: 70, 22 and 5C. RGB value is (112,34,92). Sum of RGB (Red+Green+Blue) = 112+34+92=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #70225C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70225C is #8FDDA3. Grayscale: #3F3F3F. Windows color (decimal): -9428388 or 6038128. OLE color: 6038128.

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

Color convert

RGB 112 34 92 -
CMYK 0 0.70 0.18 0.56
HSL 315.38º 0.53% 0.29% -
HSV(B) 315.38º 0.7% 0.44% -
XYZ 9.19 5.36 10.68 -
YUV 63.93 143.84 162.28 -
System Red Green Blue C M Y K H S L
Decimal 112 34 92 0 0.70 0.18 0.56 315.38 0.53 0.29
Hex 70 22 5C 0 46 12 38 13B 35 1D
Octal 160 42 134 0 106 22 70 473 65 35
Binary 1110000 100010 1011100 0 1000110 10010 111000 100111011 110101 11101

Color Harmonies of #70225C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70225C

Black with #70225C

Text Example


Text Example

White with #70225C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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