Html Css Color HEX #70205D Palatinate Purple

📋 copy color: '#70205D'

red 112 ◦ green 32 ◦ blue 93

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

Shades of Palatinate Purple #70205D

Tints of Palatinate Purple #70205D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.5%

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

R = 47.26%
G = 13.5%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#70205D (or 0x70205D) is known color: Palatinate Purple. HEX triplet: 70, 20 and 5D. RGB value is (112,32,93). Sum of RGB (Red+Green+Blue) = 112+32+93=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #70205D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70205D is #8FDFA2. Grayscale: #3E3E3E. Windows color (decimal): -9428899 or 6103152. OLE color: 6103152.

HSL color Cylindrical-coordinate representation of color #70205D: hue angle of 314.25º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70205D is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 32 93 -
CMYK 0 0.71 0.17 0.56
HSL 314.25º 0.56% 0.28% -
HSV(B) 314.25º 0.71% 0.44% -
XYZ 9.17 5.27 10.89 -
YUV 62.87 145 163.04 -
System Red Green Blue C M Y K H S L
Decimal 112 32 93 0 0.71 0.17 0.56 314.25 0.56 0.28
Hex 70 20 5D 0 47 11 38 13A 38 1C
Octal 160 40 135 0 107 21 70 472 70 34
Binary 1110000 100000 1011101 0 1000111 10001 111000 100111010 111000 11100

Color Harmonies of #70205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70205D

Black with #70205D

Text Example


Text Example

White with #70205D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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