Html Css Color HEX #781A4E Pompadour

📋 copy color: '#781A4E'

red 120 ◦ green 26 ◦ blue 78

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

Shades of Pompadour #781A4E

Tints of Pompadour #781A4E

RGB

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

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

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

R = 53.57%
G = 11.61%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#781A4E (or 0x781A4E) is known color: Pompadour. HEX triplet: 78, 1A and 4E. RGB value is (120,26,78). Sum of RGB (Red+Green+Blue) = 120+26+78=224 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.57% from 224); Green value is 26 (10.55% from 255 or 11.61% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 120 - color contains mainly: red. Hex color #781A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781A4E is #87E5B1. Grayscale: #3B3B3B. Windows color (decimal): -8906162 or 5118584. OLE color: 5118584.

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

Color convert

RGB 120 26 78 -
CMYK 0 0.78 0.35 0.53
HSL 326.81º 0.64% 0.29% -
HSV(B) 326.81º 0.78% 0.47% -
XYZ 9.49 5.28 7.73 -
YUV 60.03 138.14 170.77 -
System Red Green Blue C M Y K H S L
Decimal 120 26 78 0 0.78 0.35 0.53 326.81 0.64 0.29
Hex 78 1A 4E 0 4E 23 35 147 40 1D
Octal 170 32 116 0 116 43 65 507 100 35
Binary 1111000 11010 1001110 0 1001110 100011 110101 101000111 1000000 11101

Color Harmonies of #781A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781A4E

Black with #781A4E

Text Example


Text Example

White with #781A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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