Html Css Color HEX #7D194E Pompadour

📋 copy color: '#7D194E'

red 125 ◦ green 25 ◦ blue 78

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

Shades of Pompadour #7D194E

Tints of Pompadour #7D194E

RGB

 RED value IS 125 (49.22% from 255) = 54.82%

 GREEN value IS 25 (10.16% from 255) = 10.96%

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

R = 54.82%
G = 10.96%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#7D194E (or 0x7D194E) is known color: Pompadour. HEX triplet: 7D, 19 and 4E. RGB value is (125,25,78). Sum of RGB (Red+Green+Blue) = 125+25+78=228 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.82% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 125 - color contains mainly: red. Hex color #7D194E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D194E is #82E6B1. Grayscale: #3C3C3C. Windows color (decimal): -8578738 or 5118333. OLE color: 5118333.

HSL color Cylindrical-coordinate representation of color #7D194E: hue angle of 328.2º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7D194E is Cyan = 0, Magento = 0.8, Yellow = 0.38 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 25 78 -
CMYK 0 0.8 0.38 0.51
HSL 328.2º 0.67% 0.29% -
HSV(B) 328.2º 0.8% 0.49% -
XYZ 10.18 5.61 7.75 -
YUV 60.94 137.63 173.69 -
System Red Green Blue C M Y K H S L
Decimal 125 25 78 0 0.8 0.38 0.51 328.2 0.67 0.29
Hex 7D 19 4E 0 50 26 33 148 43 1D
Octal 175 31 116 0 120 46 63 510 103 35
Binary 1111101 11001 1001110 0 1010000 100110 110011 101001000 1000011 11101

Color Harmonies of #7D194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D194E

Black with #7D194E

Text Example


Text Example

White with #7D194E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D194E; }

 p { color: rgb(125,25,78); }

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

background-color css

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

 a { background-color: rgb(125,25,78); }

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

border-color css

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

 span { border-color: rgb(125,25,78); }

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