Html Css Color HEX #701D54 Pompadour

📋 copy color: '#701D54'

red 112 ◦ green 29 ◦ blue 84

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

Shades of Pompadour #701D54

Tints of Pompadour #701D54

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.89%

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

R = 49.78%
G = 12.89%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#701D54 (or 0x701D54) is known color: Pompadour. HEX triplet: 70, 1D and 54. RGB value is (112,29,84). Sum of RGB (Red+Green+Blue) = 112+29+84=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 29 (11.72% from 255 or 12.89% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #701D54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701D54 is #8FE2AB. Grayscale: #3B3B3B. Windows color (decimal): -9429676 or 5512560. OLE color: 5512560.

HSL color Cylindrical-coordinate representation of color #701D54: hue angle of 320.24º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #701D54 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 29 84 -
CMYK 0 0.74 0.25 0.56
HSL 320.24º 0.59% 0.28% -
HSV(B) 320.24º 0.74% 0.44% -
XYZ 8.72 4.96 8.89 -
YUV 60.09 141.5 165.03 -
System Red Green Blue C M Y K H S L
Decimal 112 29 84 0 0.74 0.25 0.56 320.24 0.59 0.28
Hex 70 1D 54 0 4A 19 38 140 3B 1C
Octal 160 35 124 0 112 31 70 500 73 34
Binary 1110000 11101 1010100 0 1001010 11001 111000 101000000 111011 11100

Color Harmonies of #701D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701D54

Black with #701D54

Text Example


Text Example

White with #701D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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