Html Css Color HEX #781980 Dark Purple

📋 copy color: '#781980'

red 120 ◦ green 25 ◦ blue 128

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

Shades of Dark Purple #781980

Tints of Dark Purple #781980

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.16%

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

R = 43.96%
G = 9.16%
B = 46.89%

CMYK

 C value IS 0.06

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#781980 (or 0x781980) is known color: Dark Purple. HEX triplet: 78, 19 and 80. RGB value is (120,25,128). Sum of RGB (Red+Green+Blue) = 120+25+128=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 128 (50.39% from 255 or 46.89% from 273); Max value from RGB is 128 - color contains mainly: blue. Hex color #781980 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781980 is #87E67F. Grayscale: #404040. Windows color (decimal): -8906368 or 8395128. OLE color: 8395128.

HSL color Cylindrical-coordinate representation of color #781980: hue angle of 295.34º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #781980 is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 120 25 128 -
CMYK 0.06 0.80 0 0.50
HSL 295.34º 0.67% 0.3% -
HSV(B) 295.34º 0.8% 0.5% -
XYZ 11.99 6.25 21 -
YUV 65.15 163.47 167.12 -
System Red Green Blue C M Y K H S L
Decimal 120 25 128 0.06 0.80 0 0.50 295.34 0.67 0.3
Hex 78 19 80 6 50 0 32 127 43 1E
Octal 170 31 200 6 120 0 62 447 103 36
Binary 1111000 11001 10000000 110 1010000 0 110010 100100111 1000011 11110

Color Harmonies of #781980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781980

Black with #781980

Text Example


Text Example

White with #781980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781980; }

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

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

background-color css

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

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

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

border-color css

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

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

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