Html Css Color HEX #781970 Dark Purple

📋 copy color: '#781970'

red 120 ◦ green 25 ◦ blue 112

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

Shades of Dark Purple #781970

Tints of Dark Purple #781970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 43.58%

R = 46.69%
G = 9.73%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#781970 (or 0x781970) is known color: Dark Purple. HEX triplet: 78, 19 and 70. RGB value is (120,25,112). Sum of RGB (Red+Green+Blue) = 120+25+112=257 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.69% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 112 (44.14% from 255 or 43.58% from 257); Max value from RGB is 120 - color contains mainly: red. Hex color #781970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781970 is #87E68F. Grayscale: #3F3F3F. Windows color (decimal): -8906384 or 7346552. OLE color: 7346552.

HSL color Cylindrical-coordinate representation of color #781970: hue angle of 305.05º 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 #781970 is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 25 112 -
CMYK 0 0.79 0.07 0.53
HSL 305.05º 0.66% 0.28% -
HSV(B) 305.05º 0.79% 0.47% -
XYZ 11.02 5.86 15.88 -
YUV 63.32 155.47 168.43 -
System Red Green Blue C M Y K H S L
Decimal 120 25 112 0 0.79 0.07 0.53 305.05 0.66 0.28
Hex 78 19 70 0 4F 7 35 131 42 1C
Octal 170 31 160 0 117 7 65 461 102 34
Binary 1111000 11001 1110000 0 1001111 111 110101 100110001 1000010 11100

Color Harmonies of #781970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781970

Black with #781970

Text Example


Text Example

White with #781970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781970; }

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

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

background-color css

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

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

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

border-color css

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

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

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