Html Css Color HEX #782076 Dark Purple

📋 copy color: '#782076'

red 120 ◦ green 32 ◦ blue 118

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

Shades of Dark Purple #782076

Tints of Dark Purple #782076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 43.7%

R = 44.44%
G = 11.85%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#782076 (or 0x782076) is known color: Dark Purple. HEX triplet: 78, 20 and 76. RGB value is (120,32,118). Sum of RGB (Red+Green+Blue) = 120+32+118=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 120 - color contains mainly: red. Hex color #782076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782076 is #87DF89. Grayscale: #434343. Windows color (decimal): -8904586 or 7741560. OLE color: 7741560.

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

Color convert

RGB 120 32 118 -
CMYK 0 0.73 0.02 0.53
HSL 301.36º 0.58% 0.3% -
HSV(B) 301.36º 0.73% 0.47% -
XYZ 11.53 6.33 17.75 -
YUV 68.12 156.15 165.01 -
System Red Green Blue C M Y K H S L
Decimal 120 32 118 0 0.73 0.02 0.53 301.36 0.58 0.3
Hex 78 20 76 0 49 2 35 12D 3A 1E
Octal 170 40 166 0 111 2 65 455 72 36
Binary 1111000 100000 1110110 0 1001001 10 110101 100101101 111010 11110

Color Harmonies of #782076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782076

Black with #782076

Text Example


Text Example

White with #782076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782076; }

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

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

background-color css

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

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

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

border-color css

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

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

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