Html Css Color HEX #70206D Palatinate Purple

📋 copy color: '#70206D'

red 112 ◦ green 32 ◦ blue 109

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

Shades of Palatinate Purple #70206D

Tints of Palatinate Purple #70206D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 43.08%

R = 44.27%
G = 12.65%
B = 43.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#70206D (or 0x70206D) is known color: Palatinate Purple. HEX triplet: 70, 20 and 6D. RGB value is (112,32,109). Sum of RGB (Red+Green+Blue) = 112+32+109=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #70206D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70206D is #8FDF92. Grayscale: #404040. Windows color (decimal): -9428883 or 7151728. OLE color: 7151728.

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

Color convert

RGB 112 32 109 -
CMYK 0 0.71 0.03 0.56
HSL 302.25º 0.56% 0.28% -
HSV(B) 302.25º 0.71% 0.44% -
XYZ 9.96 5.58 15.02 -
YUV 64.7 153 161.74 -
System Red Green Blue C M Y K H S L
Decimal 112 32 109 0 0.71 0.03 0.56 302.25 0.56 0.28
Hex 70 20 6D 0 47 3 38 12E 38 1C
Octal 160 40 155 0 107 3 70 456 70 34
Binary 1110000 100000 1101101 0 1000111 11 111000 100101110 111000 11100

Color Harmonies of #70206D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70206D

Black with #70206D

Text Example


Text Example

White with #70206D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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