Html Css Color HEX #781E54 Pompadour

📋 copy color: '#781E54'

red 120 ◦ green 30 ◦ blue 84

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

Shades of Pompadour #781E54

Tints of Pompadour #781E54

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.82%

 BLUE value IS 84 (33.2% from 255) = 35.9%

R = 51.28%
G = 12.82%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.3

 K value IS 0.53

RGB Variations

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

Color information

#781E54 (or 0x781E54) is known color: Pompadour. HEX triplet: 78, 1E and 54. RGB value is (120,30,84). Sum of RGB (Red+Green+Blue) = 120+30+84=234 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.28% from 234); Green value is 30 (12.11% from 255 or 12.82% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 120 - color contains mainly: red. Hex color #781E54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781E54 is #87E1AB. Grayscale: #3E3E3E. Windows color (decimal): -8905132 or 5512824. OLE color: 5512824.

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

Color convert

RGB 120 30 84 -
CMYK 0 0.75 0.3 0.53
HSL 324º 0.6% 0.29% -
HSV(B) 324º 0.75% 0.47% -
XYZ 9.81 5.56 8.94 -
YUV 63.07 139.82 168.61 -
System Red Green Blue C M Y K H S L
Decimal 120 30 84 0 0.75 0.3 0.53 324 0.6 0.29
Hex 78 1E 54 0 4B 1E 35 144 3C 1D
Octal 170 36 124 0 113 36 65 504 74 35
Binary 1111000 11110 1010100 0 1001011 11110 110101 101000100 111100 11101

Color Harmonies of #781E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781E54

Black with #781E54

Text Example


Text Example

White with #781E54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,30,84); }

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

background-color css

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

 a { background-color: rgb(120,30,84); }

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

border-color css

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

 span { border-color: rgb(120,30,84); }

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