Html Css Color HEX #70225F Palatinate Purple

📋 copy color: '#70225F'

red 112 ◦ green 34 ◦ blue 95

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

Shades of Palatinate Purple #70225F

Tints of Palatinate Purple #70225F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 39.42%

R = 46.47%
G = 14.11%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#70225F (or 0x70225F) is known color: Palatinate Purple. HEX triplet: 70, 22 and 5F. RGB value is (112,34,95). Sum of RGB (Red+Green+Blue) = 112+34+95=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 112 - color contains mainly: red. Hex color #70225F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70225F is #8FDDA0. Grayscale: #404040. Windows color (decimal): -9428385 or 6234736. OLE color: 6234736.

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

Color convert

RGB 112 34 95 -
CMYK 0 0.70 0.15 0.56
HSL 313.08º 0.53% 0.29% -
HSV(B) 313.08º 0.7% 0.44% -
XYZ 9.32 5.42 11.38 -
YUV 64.28 145.34 162.04 -
System Red Green Blue C M Y K H S L
Decimal 112 34 95 0 0.70 0.15 0.56 313.08 0.53 0.29
Hex 70 22 5F 0 46 F 38 139 35 1D
Octal 160 42 137 0 106 17 70 471 65 35
Binary 1110000 100010 1011111 0 1000110 1111 111000 100111001 110101 11101

Color Harmonies of #70225F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70225F

Black with #70225F

Text Example


Text Example

White with #70225F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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