Html Css Color HEX #701754 Pompadour

📋 copy color: '#701754'

red 112 ◦ green 23 ◦ blue 84

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

Shades of Pompadour #701754

Tints of Pompadour #701754

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.5%

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

R = 51.14%
G = 10.5%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#701754 (or 0x701754) is known color: Pompadour. HEX triplet: 70, 17 and 54. RGB value is (112,23,84). Sum of RGB (Red+Green+Blue) = 112+23+84=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 84 (33.20% from 255 or 38.36% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #701754 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701754 is #8FE8AB. Grayscale: #383838. Windows color (decimal): -9431212 or 5511024. OLE color: 5511024.

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

Color convert

RGB 112 23 84 -
CMYK 0 0.79 0.25 0.56
HSL 318.88º 0.66% 0.26% -
HSV(B) 318.88º 0.79% 0.44% -
XYZ 8.59 4.7 8.84 -
YUV 56.57 143.49 167.54 -
System Red Green Blue C M Y K H S L
Decimal 112 23 84 0 0.79 0.25 0.56 318.88 0.66 0.26
Hex 70 17 54 0 4F 19 38 13F 42 1A
Octal 160 27 124 0 117 31 70 477 102 32
Binary 1110000 10111 1010100 0 1001111 11001 111000 100111111 1000010 11010

Color Harmonies of #701754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701754

Black with #701754

Text Example


Text Example

White with #701754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701754; }

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

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

background-color css

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

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

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

border-color css

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

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

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