Html Css Color HEX #701A4E Pompadour

📋 copy color: '#701A4E'

red 112 ◦ green 26 ◦ blue 78

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

Shades of Pompadour #701A4E

Tints of Pompadour #701A4E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.04%

 BLUE value IS 78 (30.86% from 255) = 36.11%

R = 51.85%
G = 12.04%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#701A4E (or 0x701A4E) is known color: Pompadour. HEX triplet: 70, 1A and 4E. RGB value is (112,26,78). Sum of RGB (Red+Green+Blue) = 112+26+78=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 26 (10.55% from 255 or 12.04% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #701A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #701A4E is #8FE5B1. Grayscale: #393939. Windows color (decimal): -9430450 or 5118576. OLE color: 5118576.

HSL color Cylindrical-coordinate representation of color #701A4E: hue angle of 323.72º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #701A4E is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 26 78 -
CMYK 0 0.77 0.30 0.56
HSL 323.72º 0.62% 0.27% -
HSV(B) 323.72º 0.77% 0.44% -
XYZ 8.43 4.73 7.68 -
YUV 57.64 139.49 166.77 -
System Red Green Blue C M Y K H S L
Decimal 112 26 78 0 0.77 0.30 0.56 323.72 0.62 0.27
Hex 70 1A 4E 0 4D 1E 38 144 3E 1B
Octal 160 32 116 0 115 36 70 504 76 33
Binary 1110000 11010 1001110 0 1001101 11110 111000 101000100 111110 11011

Color Harmonies of #701A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701A4E

Black with #701A4E

Text Example


Text Example

White with #701A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,26,78); }

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

background-color css

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

 a { background-color: rgb(112,26,78); }

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

border-color css

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

 span { border-color: rgb(112,26,78); }

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