Html Css Color HEX #781981 Dark Purple

📋 copy color: '#781981'

red 120 ◦ green 25 ◦ blue 129

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

Shades of Dark Purple #781981

Tints of Dark Purple #781981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 47.08%

R = 43.8%
G = 9.12%
B = 47.08%

CMYK

 C value IS 0.07

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#781981 (or 0x781981) is known color: Dark Purple. HEX triplet: 78, 19 and 81. RGB value is (120,25,129). Sum of RGB (Red+Green+Blue) = 120+25+129=274 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.80% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 129 (50.78% from 255 or 47.08% from 274); Max value from RGB is 129 - color contains mainly: blue. Hex color #781981 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781981 is #87E67E. Grayscale: #404040. Windows color (decimal): -8906367 or 8460664. OLE color: 8460664.

HSL color Cylindrical-coordinate representation of color #781981: hue angle of 294.81º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #781981 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 120 25 129 -
CMYK 0.07 0.81 0 0.49
HSL 294.81º 0.68% 0.3% -
HSV(B) 294.81º 0.81% 0.51% -
XYZ 12.06 6.27 21.34 -
YUV 65.26 163.97 167.04 -
System Red Green Blue C M Y K H S L
Decimal 120 25 129 0.07 0.81 0 0.49 294.81 0.68 0.3
Hex 78 19 81 7 51 0 31 127 44 1E
Octal 170 31 201 7 121 0 61 447 104 36
Binary 1111000 11001 10000001 111 1010001 0 110001 100100111 1000100 11110

Color Harmonies of #781981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781981

Black with #781981

Text Example


Text Example

White with #781981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781981; }

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

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

background-color css

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

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

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

border-color css

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

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

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