Html Css Color HEX #701154 Pompadour

📋 copy color: '#701154'

red 112 ◦ green 17 ◦ blue 84

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

Shades of Pompadour #701154

Tints of Pompadour #701154

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.98%

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

R = 52.58%
G = 7.98%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#701154 (or 0x701154) is known color: Pompadour. HEX triplet: 70, 11 and 54. RGB value is (112,17,84). Sum of RGB (Red+Green+Blue) = 112+17+84=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 84 (33.20% from 255 or 39.44% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #701154 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701154 is #8FEEAB. Grayscale: #343434. Windows color (decimal): -9432748 or 5509488. OLE color: 5509488.

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

Color convert

RGB 112 17 84 -
CMYK 0 0.85 0.25 0.56
HSL 317.68º 0.74% 0.25% -
HSV(B) 317.68º 0.85% 0.44% -
XYZ 8.48 4.49 8.81 -
YUV 53.04 145.47 170.05 -
System Red Green Blue C M Y K H S L
Decimal 112 17 84 0 0.85 0.25 0.56 317.68 0.74 0.25
Hex 70 11 54 0 55 19 38 13E 4A 19
Octal 160 21 124 0 125 31 70 476 112 31
Binary 1110000 10001 1010100 0 1010101 11001 111000 100111110 1001010 11001

Color Harmonies of #701154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701154

Black with #701154

Text Example


Text Example

White with #701154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701154; }

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

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

background-color css

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

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

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

border-color css

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

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

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