Html Css Color HEX #781972 Dark Purple

📋 copy color: '#781972'

red 120 ◦ green 25 ◦ blue 114

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

Shades of Dark Purple #781972

Tints of Dark Purple #781972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 44.02%

R = 46.33%
G = 9.65%
B = 44.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#781972 (or 0x781972) is known color: Dark Purple. HEX triplet: 78, 19 and 72. RGB value is (120,25,114). Sum of RGB (Red+Green+Blue) = 120+25+114=259 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.33% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 114 (44.92% from 255 or 44.02% from 259); Max value from RGB is 120 - color contains mainly: red. Hex color #781972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781972 is #87E68D. Grayscale: #3F3F3F. Windows color (decimal): -8906382 or 7477624. OLE color: 7477624.

HSL color Cylindrical-coordinate representation of color #781972: hue angle of 303.79º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #781972 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 25 114 -
CMYK 0 0.79 0.05 0.53
HSL 303.79º 0.66% 0.28% -
HSV(B) 303.79º 0.79% 0.47% -
XYZ 11.13 5.9 16.47 -
YUV 63.55 156.47 168.26 -
System Red Green Blue C M Y K H S L
Decimal 120 25 114 0 0.79 0.05 0.53 303.79 0.66 0.28
Hex 78 19 72 0 4F 5 35 130 42 1C
Octal 170 31 162 0 117 5 65 460 102 34
Binary 1111000 11001 1110010 0 1001111 101 110101 100110000 1000010 11100

Color Harmonies of #781972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781972

Black with #781972

Text Example


Text Example

White with #781972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781972; }

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

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

background-color css

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

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

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

border-color css

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

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

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