Html Css Color HEX #781F4E Pompadour

📋 copy color: '#781F4E'

red 120 ◦ green 31 ◦ blue 78

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

Shades of Pompadour #781F4E

Tints of Pompadour #781F4E

RGB

 RED value IS 120 (47.27% from 255) = 52.4%

 GREEN value IS 31 (12.5% from 255) = 13.54%

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

R = 52.4%
G = 13.54%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#781F4E (or 0x781F4E) is known color: Pompadour. HEX triplet: 78, 1F and 4E. RGB value is (120,31,78). Sum of RGB (Red+Green+Blue) = 120+31+78=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 31 (12.5% from 255 or 13.54% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #781F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781F4E is #87E0B1. Grayscale: #3E3E3E. Windows color (decimal): -8904882 or 5119864. OLE color: 5119864.

HSL color Cylindrical-coordinate representation of color #781F4E: hue angle of 328.31º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #781F4E is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 31 78 -
CMYK 0 0.74 0.35 0.53
HSL 328.31º 0.59% 0.3% -
HSV(B) 328.31º 0.74% 0.47% -
XYZ 9.61 5.52 7.77 -
YUV 62.97 136.49 168.68 -
System Red Green Blue C M Y K H S L
Decimal 120 31 78 0 0.74 0.35 0.53 328.31 0.59 0.3
Hex 78 1F 4E 0 4A 23 35 148 3B 1E
Octal 170 37 116 0 112 43 65 510 73 36
Binary 1111000 11111 1001110 0 1001010 100011 110101 101001000 111011 11110

Color Harmonies of #781F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781F4E

Black with #781F4E

Text Example


Text Example

White with #781F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781F4E; }

 p { color: rgb(120,31,78); }

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

background-color css

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

 a { background-color: rgb(120,31,78); }

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

border-color css

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

 span { border-color: rgb(120,31,78); }

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