Html Css Color HEX #781F79 Dark Purple

📋 copy color: '#781F79'

red 120 ◦ green 31 ◦ blue 121

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

Shades of Dark Purple #781F79

Tints of Dark Purple #781F79

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.4%

 BLUE value IS 121 (47.66% from 255) = 44.49%

R = 44.12%
G = 11.4%
B = 44.49%

CMYK

 C value IS 0.01

 M value IS 0.74

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#781F79 (or 0x781F79) is known color: Dark Purple. HEX triplet: 78, 1F and 79. RGB value is (120,31,121). Sum of RGB (Red+Green+Blue) = 120+31+121=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 121 (47.66% from 255 or 44.49% from 272); Max value from RGB is 121 - color contains mainly: blue. Hex color #781F79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781F79 is #87E086. Grayscale: #434343. Windows color (decimal): -8904839 or 7937912. OLE color: 7937912.

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

Color convert

RGB 120 31 121 -
CMYK 0.01 0.74 0 0.53
HSL 299.33º 0.59% 0.3% -
HSV(B) 299.33º 0.74% 0.47% -
XYZ 11.69 6.35 18.7 -
YUV 67.87 157.99 165.18 -
System Red Green Blue C M Y K H S L
Decimal 120 31 121 0.01 0.74 0 0.53 299.33 0.59 0.3
Hex 78 1F 79 1 4A 0 35 12B 3B 1E
Octal 170 37 171 1 112 0 65 453 73 36
Binary 1111000 11111 1111001 1 1001010 0 110101 100101011 111011 11110

Color Harmonies of #781F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781F79

Black with #781F79

Text Example


Text Example

White with #781F79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,31,121); }

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

background-color css

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

 a { background-color: rgb(120,31,121); }

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

border-color css

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

 span { border-color: rgb(120,31,121); }

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