Html Css Color HEX #702754 Pompadour

📋 copy color: '#702754'

red 112 ◦ green 39 ◦ blue 84

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

Shades of Pompadour #702754

Tints of Pompadour #702754

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.6%

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

R = 47.66%
G = 16.6%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#702754 (or 0x702754) is known color: Pompadour. HEX triplet: 70, 27 and 54. RGB value is (112,39,84). Sum of RGB (Red+Green+Blue) = 112+39+84=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 84 (33.20% from 255 or 35.74% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #702754 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702754 is #8FD8AB. Grayscale: #414141. Windows color (decimal): -9427116 or 5515120. OLE color: 5515120.

HSL color Cylindrical-coordinate representation of color #702754: hue angle of 323.01º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #702754 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 39 84 -
CMYK 0 0.65 0.25 0.56
HSL 323.01º 0.48% 0.3% -
HSV(B) 323.01º 0.65% 0.44% -
XYZ 9.01 5.54 8.98 -
YUV 65.96 138.18 160.84 -
System Red Green Blue C M Y K H S L
Decimal 112 39 84 0 0.65 0.25 0.56 323.01 0.48 0.3
Hex 70 27 54 0 41 19 38 143 30 1E
Octal 160 47 124 0 101 31 70 503 60 36
Binary 1110000 100111 1010100 0 1000001 11001 111000 101000011 110000 11110

Color Harmonies of #702754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702754

Black with #702754

Text Example


Text Example

White with #702754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702754; }

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

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

background-color css

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

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

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

border-color css

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

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

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