Html Css Color HEX #78206A Dark Purple

📋 copy color: '#78206A'

red 120 ◦ green 32 ◦ blue 106

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

Shades of Dark Purple #78206A

Tints of Dark Purple #78206A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 41.09%

R = 46.51%
G = 12.4%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#78206A (or 0x78206A) is known color: Dark Purple. HEX triplet: 78, 20 and 6A. RGB value is (120,32,106). Sum of RGB (Red+Green+Blue) = 120+32+106=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 120 - color contains mainly: red. Hex color #78206A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78206A is #87DF95. Grayscale: #424242. Windows color (decimal): -8904598 or 6955128. OLE color: 6955128.

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

Color convert

RGB 120 32 106 -
CMYK 0 0.73 0.12 0.53
HSL 309.55º 0.58% 0.3% -
HSV(B) 309.55º 0.73% 0.47% -
XYZ 10.86 6.07 14.23 -
YUV 66.75 150.15 165.98 -
System Red Green Blue C M Y K H S L
Decimal 120 32 106 0 0.73 0.12 0.53 309.55 0.58 0.3
Hex 78 20 6A 0 49 C 35 136 3A 1E
Octal 170 40 152 0 111 14 65 466 72 36
Binary 1111000 100000 1101010 0 1001001 1100 110101 100110110 111010 11110

Color Harmonies of #78206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78206A

Black with #78206A

Text Example


Text Example

White with #78206A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78206A; }

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

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

background-color css

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

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

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

border-color css

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

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

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