Html Css Color HEX #711651 Pompadour

📋 copy color: '#711651'

red 113 ◦ green 22 ◦ blue 81

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

Shades of Pompadour #711651

Tints of Pompadour #711651

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.19%

 BLUE value IS 81 (32.03% from 255) = 37.5%

R = 52.31%
G = 10.19%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#711651 (or 0x711651) is known color: Pompadour. HEX triplet: 71, 16 and 51. RGB value is (113,22,81). Sum of RGB (Red+Green+Blue) = 113+22+81=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 22 (8.98% from 255 or 10.19% from 216); Blue value is 81 (32.03% from 255 or 37.5% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #711651 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711651 is #8EE9AE. Grayscale: #373737. Windows color (decimal): -9365935 or 5314161. OLE color: 5314161.

HSL color Cylindrical-coordinate representation of color #711651: hue angle of 321.1º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #711651 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 22 81 -
CMYK 0 0.81 0.28 0.56
HSL 321.1º 0.67% 0.26% -
HSV(B) 321.1º 0.81% 0.44% -
XYZ 8.58 4.68 8.24 -
YUV 55.94 142.15 168.7 -
System Red Green Blue C M Y K H S L
Decimal 113 22 81 0 0.81 0.28 0.56 321.1 0.67 0.26
Hex 71 16 51 0 51 1C 38 141 43 1A
Octal 161 26 121 0 121 34 70 501 103 32
Binary 1110001 10110 1010001 0 1010001 11100 111000 101000001 1000011 11010

Color Harmonies of #711651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711651

Black with #711651

Text Example


Text Example

White with #711651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711651; }

 p { color: rgb(113,22,81); }

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

background-color css

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

 a { background-color: rgb(113,22,81); }

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

border-color css

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

 span { border-color: rgb(113,22,81); }

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