Html Css Color HEX #781E55 Pompadour

📋 copy color: '#781E55'

red 120 ◦ green 30 ◦ blue 85

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

Shades of Pompadour #781E55

Tints of Pompadour #781E55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 36.17%

R = 51.06%
G = 12.77%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#781E55 (or 0x781E55) is known color: Pompadour. HEX triplet: 78, 1E and 55. RGB value is (120,30,85). Sum of RGB (Red+Green+Blue) = 120+30+85=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 30 (12.11% from 255 or 12.77% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #781E55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781E55 is #87E1AA. Grayscale: #3F3F3F. Windows color (decimal): -8905131 or 5578360. OLE color: 5578360.

HSL color Cylindrical-coordinate representation of color #781E55: hue angle of 323.33º 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 #781E55 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 30 85 -
CMYK 0 0.75 0.29 0.53
HSL 323.33º 0.6% 0.29% -
HSV(B) 323.33º 0.75% 0.47% -
XYZ 9.85 5.58 9.15 -
YUV 63.18 140.32 168.53 -
System Red Green Blue C M Y K H S L
Decimal 120 30 85 0 0.75 0.29 0.53 323.33 0.6 0.29
Hex 78 1E 55 0 4B 1D 35 143 3C 1D
Octal 170 36 125 0 113 35 65 503 74 35
Binary 1111000 11110 1010101 0 1001011 11101 110101 101000011 111100 11101

Color Harmonies of #781E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781E55

Black with #781E55

Text Example


Text Example

White with #781E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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