Html Css Color HEX #781080 Purple

📋 copy color: '#781080'

red 120 ◦ green 16 ◦ blue 128

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

Shades of Purple #781080

Tints of Purple #781080

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.06%

 BLUE value IS 128 (50.39% from 255) = 48.48%

R = 45.45%
G = 6.06%
B = 48.48%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#781080 (or 0x781080) is known color: Purple. HEX triplet: 78, 10 and 80. RGB value is (120,16,128). Sum of RGB (Red+Green+Blue) = 120+16+128=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 128 (50.39% from 255 or 48.48% from 264); Max value from RGB is 128 - color contains mainly: blue. Hex color #781080 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781080 is #87EF7F. Grayscale: #3B3B3B. Windows color (decimal): -8908672 or 8392824. OLE color: 8392824.

HSL color Cylindrical-coordinate representation of color #781080: hue angle of 295.71º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #781080 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 120 16 128 -
CMYK 0.06 0.88 0 0.50
HSL 295.71º 0.78% 0.28% -
HSV(B) 295.71º 0.88% 0.5% -
XYZ 11.83 5.92 20.94 -
YUV 59.86 166.46 170.89 -
System Red Green Blue C M Y K H S L
Decimal 120 16 128 0.06 0.88 0 0.50 295.71 0.78 0.28
Hex 78 10 80 6 58 0 32 128 4E 1C
Octal 170 20 200 6 130 0 62 450 116 34
Binary 1111000 10000 10000000 110 1011000 0 110010 100101000 1001110 11100

Color Harmonies of #781080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781080

Black with #781080

Text Example


Text Example

White with #781080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781080; }

 p { color: rgb(120,16,128); }

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

background-color css

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

 a { background-color: rgb(120,16,128); }

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

border-color css

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

 span { border-color: rgb(120,16,128); }

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