Html Css Color HEX #781C4E Pompadour

📋 copy color: '#781C4E'

red 120 ◦ green 28 ◦ blue 78

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

Shades of Pompadour #781C4E

Tints of Pompadour #781C4E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.39%

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

R = 53.1%
G = 12.39%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#781C4E (or 0x781C4E) is known color: Pompadour. HEX triplet: 78, 1C and 4E. RGB value is (120,28,78). Sum of RGB (Red+Green+Blue) = 120+28+78=226 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.10% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 120 - color contains mainly: red. Hex color #781C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781C4E is #87E3B1. Grayscale: #3D3D3D. Windows color (decimal): -8905650 or 5119096. OLE color: 5119096.

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

Color convert

RGB 120 28 78 -
CMYK 0 0.77 0.35 0.53
HSL 327.39º 0.62% 0.29% -
HSV(B) 327.39º 0.77% 0.47% -
XYZ 9.54 5.37 7.74 -
YUV 61.21 137.48 169.93 -
System Red Green Blue C M Y K H S L
Decimal 120 28 78 0 0.77 0.35 0.53 327.39 0.62 0.29
Hex 78 1C 4E 0 4D 23 35 147 3E 1D
Octal 170 34 116 0 115 43 65 507 76 35
Binary 1111000 11100 1001110 0 1001101 100011 110101 101000111 111110 11101

Color Harmonies of #781C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781C4E

Black with #781C4E

Text Example


Text Example

White with #781C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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