Html Css Color HEX #70204E Pompadour

📋 copy color: '#70204E'

red 112 ◦ green 32 ◦ blue 78

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

Shades of Pompadour #70204E

Tints of Pompadour #70204E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 35.14%

R = 50.45%
G = 14.41%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#70204E (or 0x70204E) is known color: Pompadour. HEX triplet: 70, 20 and 4E. RGB value is (112,32,78). Sum of RGB (Red+Green+Blue) = 112+32+78=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #70204E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70204E is #8FDFB1. Grayscale: #3D3D3D. Windows color (decimal): -9428914 or 5120112. OLE color: 5120112.

HSL color Cylindrical-coordinate representation of color #70204E: hue angle of 325.5º 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 #70204E is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 32 78 -
CMYK 0 0.71 0.30 0.56
HSL 325.5º 0.56% 0.28% -
HSV(B) 325.5º 0.71% 0.44% -
XYZ 8.57 5.03 7.73 -
YUV 61.16 137.5 164.26 -
System Red Green Blue C M Y K H S L
Decimal 112 32 78 0 0.71 0.30 0.56 325.5 0.56 0.28
Hex 70 20 4E 0 47 1E 38 146 38 1C
Octal 160 40 116 0 107 36 70 506 70 34
Binary 1110000 100000 1001110 0 1000111 11110 111000 101000110 111000 11100

Color Harmonies of #70204E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70204E

Black with #70204E

Text Example


Text Example

White with #70204E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70204E; }

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

 H1.HeaderClassName
 {
   color: #70204E;
 }
 .AnyTagClassName
 {
   color: #70204E;
 }
</style>

background-color css

<style>
 a { background-color: #70204E; }

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

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

border-color css

<style>
 span { border-color: #70204E; }

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

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