Html Css Color HEX #712754 Pompadour

📋 copy color: '#712754'

red 113 ◦ green 39 ◦ blue 84

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

Shades of Pompadour #712754

Tints of Pompadour #712754

RGB

 RED value IS 113 (44.53% from 255) = 47.88%

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

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

R = 47.88%
G = 16.53%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#712754 (or 0x712754) is known color: Pompadour. HEX triplet: 71, 27 and 54. RGB value is (113,39,84). Sum of RGB (Red+Green+Blue) = 113+39+84=236 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.88% from 236); Green value is 39 (15.62% from 255 or 16.53% from 236); Blue value is 84 (33.20% from 255 or 35.59% from 236); Max value from RGB is 113 - color contains mainly: red. Hex color #712754 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712754 is #8ED8AB. Grayscale: #424242. Windows color (decimal): -9361580 or 5515121. OLE color: 5515121.

HSL color Cylindrical-coordinate representation of color #712754: hue angle of 323.51º degrees, saturation: 0.49, 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 #712754 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 39 84 -
CMYK 0 0.65 0.26 0.56
HSL 323.51º 0.49% 0.3% -
HSV(B) 323.51º 0.65% 0.44% -
XYZ 9.14 5.6 8.99 -
YUV 66.26 138.02 161.34 -
System Red Green Blue C M Y K H S L
Decimal 113 39 84 0 0.65 0.26 0.56 323.51 0.49 0.3
Hex 71 27 54 0 41 1A 38 144 31 1E
Octal 161 47 124 0 101 32 70 504 61 36
Binary 1110001 100111 1010100 0 1000001 11010 111000 101000100 110001 11110

Color Harmonies of #712754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712754

Black with #712754

Text Example


Text Example

White with #712754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712754; }

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

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

background-color css

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

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

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

border-color css

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

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

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