Html Css Color HEX #702054 Pompadour

📋 copy color: '#702054'

red 112 ◦ green 32 ◦ blue 84

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

Shades of Pompadour #702054

Tints of Pompadour #702054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 36.84%

R = 49.12%
G = 14.04%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#702054 (or 0x702054) is known color: Pompadour. HEX triplet: 70, 20 and 54. RGB value is (112,32,84). Sum of RGB (Red+Green+Blue) = 112+32+84=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 84 (33.20% from 255 or 36.84% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #702054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702054 is #8FDFAB. Grayscale: #3D3D3D. Windows color (decimal): -9428908 or 5513328. OLE color: 5513328.

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

Color convert

RGB 112 32 84 -
CMYK 0 0.71 0.25 0.56
HSL 321º 0.56% 0.28% -
HSV(B) 321º 0.71% 0.44% -
XYZ 8.8 5.12 8.91 -
YUV 61.85 140.5 163.77 -
System Red Green Blue C M Y K H S L
Decimal 112 32 84 0 0.71 0.25 0.56 321 0.56 0.28
Hex 70 20 54 0 47 19 38 141 38 1C
Octal 160 40 124 0 107 31 70 501 70 34
Binary 1110000 100000 1010100 0 1000111 11001 111000 101000001 111000 11100

Color Harmonies of #702054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702054

Black with #702054

Text Example


Text Example

White with #702054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702054; }

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

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

background-color css

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

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

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

border-color css

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

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

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