Html Css Color HEX #782078 Dark Purple

📋 copy color: '#782078'

red 120 ◦ green 32 ◦ blue 120

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

Shades of Dark Purple #782078

Tints of Dark Purple #782078

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.76%

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

R = 44.12%
G = 11.76%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#782078 (or 0x782078) is known color: Dark Purple. HEX triplet: 78, 20 and 78. RGB value is (120,32,120). Sum of RGB (Red+Green+Blue) = 120+32+120=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 120 (47.27% from 255 or 44.12% from 272); Max value from RGB is 120 - color contains mainly: red, blue. Hex color #782078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782078 is #87DF87. Grayscale: #444444. Windows color (decimal): -8904584 or 7872632. OLE color: 7872632.

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

Color convert

RGB 120 32 120 -
CMYK 0 0.73 0 0.53
HSL 300º 0.58% 0.3% -
HSV(B) 300º 0.73% 0.47% -
XYZ 11.65 6.38 18.39 -
YUV 68.34 157.15 164.84 -
System Red Green Blue C M Y K H S L
Decimal 120 32 120 0 0.73 0 0.53 300 0.58 0.3
Hex 78 20 78 0 49 0 35 12C 3A 1E
Octal 170 40 170 0 111 0 65 454 72 36
Binary 1111000 100000 1111000 0 1001001 0 110101 100101100 111010 11110

Color Harmonies of #782078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782078

Black with #782078

Text Example


Text Example

White with #782078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782078; }

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

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

background-color css

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

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

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

border-color css

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

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

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