Html Css Color HEX #781978 Dark Purple

📋 copy color: '#781978'

red 120 ◦ green 25 ◦ blue 120

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

Shades of Dark Purple #781978

Tints of Dark Purple #781978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 45.28%

R = 45.28%
G = 9.43%
B = 45.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#781978 (or 0x781978) is known color: Dark Purple. HEX triplet: 78, 19 and 78. RGB value is (120,25,120). Sum of RGB (Red+Green+Blue) = 120+25+120=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 120 (47.27% from 255 or 45.28% from 265); Max value from RGB is 120 - color contains mainly: red, blue. Hex color #781978 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781978 is #87E687. Grayscale: #3F3F3F. Windows color (decimal): -8906376 or 7870840. OLE color: 7870840.

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

Color convert

RGB 120 25 120 -
CMYK 0 0.79 0 0.53
HSL 300º 0.66% 0.28% -
HSV(B) 300º 0.79% 0.47% -
XYZ 11.48 6.04 18.33 -
YUV 64.24 159.47 167.78 -
System Red Green Blue C M Y K H S L
Decimal 120 25 120 0 0.79 0 0.53 300 0.66 0.28
Hex 78 19 78 0 4F 0 35 12C 42 1C
Octal 170 31 170 0 117 0 65 454 102 34
Binary 1111000 11001 1111000 0 1001111 0 110101 100101100 1000010 11100

Color Harmonies of #781978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781978

Black with #781978

Text Example


Text Example

White with #781978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781978; }

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

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

background-color css

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

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

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

border-color css

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

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

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