Html Css Color HEX #712555 Pompadour

📋 copy color: '#712555'

red 113 ◦ green 37 ◦ blue 85

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

Shades of Pompadour #712555

Tints of Pompadour #712555

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.74%

 BLUE value IS 85 (33.59% from 255) = 36.17%

R = 48.09%
G = 15.74%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#712555 (or 0x712555) is known color: Pompadour. HEX triplet: 71, 25 and 55. RGB value is (113,37,85). Sum of RGB (Red+Green+Blue) = 113+37+85=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #712555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712555 is #8EDAAA. Grayscale: #414141. Windows color (decimal): -9362091 or 5580145. OLE color: 5580145.

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

Color convert

RGB 113 37 85 -
CMYK 0 0.67 0.25 0.56
HSL 322.11º 0.51% 0.29% -
HSV(B) 322.11º 0.67% 0.44% -
XYZ 9.11 5.49 9.17 -
YUV 65.2 139.18 162.1 -
System Red Green Blue C M Y K H S L
Decimal 113 37 85 0 0.67 0.25 0.56 322.11 0.51 0.29
Hex 71 25 55 0 43 19 38 142 33 1D
Octal 161 45 125 0 103 31 70 502 63 35
Binary 1110001 100101 1010101 0 1000011 11001 111000 101000010 110011 11101

Color Harmonies of #712555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712555

Black with #712555

Text Example


Text Example

White with #712555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712555; }

 p { color: rgb(113,37,85); }

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

background-color css

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

 a { background-color: rgb(113,37,85); }

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

border-color css

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

 span { border-color: rgb(113,37,85); }

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