Html Css Color HEX #7D0F4E Pompadour

📋 copy color: '#7D0F4E'

red 125 ◦ green 15 ◦ blue 78

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

Shades of Pompadour #7D0F4E

Tints of Pompadour #7D0F4E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.88%

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

R = 57.34%
G = 6.88%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#7D0F4E (or 0x7D0F4E) is known color: Pompadour. HEX triplet: 7D, 0F and 4E. RGB value is (125,15,78). Sum of RGB (Red+Green+Blue) = 125+15+78=218 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.34% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0F4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0F4E is #82F0B1. Grayscale: #363636. Windows color (decimal): -8581298 or 5115773. OLE color: 5115773.

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

Color convert

RGB 125 15 78 -
CMYK 0 0.88 0.38 0.51
HSL 325.64º 0.79% 0.27% -
HSV(B) 325.64º 0.88% 0.49% -
XYZ 10 5.25 7.69 -
YUV 55.07 140.94 177.88 -
System Red Green Blue C M Y K H S L
Decimal 125 15 78 0 0.88 0.38 0.51 325.64 0.79 0.27
Hex 7D F 4E 0 58 26 33 146 4F 1B
Octal 175 17 116 0 130 46 63 506 117 33
Binary 1111101 1111 1001110 0 1011000 100110 110011 101000110 1001111 11011

Color Harmonies of #7D0F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0F4E

Black with #7D0F4E

Text Example


Text Example

White with #7D0F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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