Html Css Color HEX #78206F Dark Purple

📋 copy color: '#78206F'

red 120 ◦ green 32 ◦ blue 111

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

Shades of Dark Purple #78206F

Tints of Dark Purple #78206F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 42.21%

R = 45.63%
G = 12.17%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#78206F (or 0x78206F) is known color: Dark Purple. HEX triplet: 78, 20 and 6F. RGB value is (120,32,111). Sum of RGB (Red+Green+Blue) = 120+32+111=263 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.63% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 120 - color contains mainly: red. Hex color #78206F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78206F is #87DF90. Grayscale: #434343. Windows color (decimal): -8904593 or 7282808. OLE color: 7282808.

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

Color convert

RGB 120 32 111 -
CMYK 0 0.73 0.08 0.53
HSL 306.14º 0.58% 0.3% -
HSV(B) 306.14º 0.73% 0.47% -
XYZ 11.13 6.17 15.64 -
YUV 67.32 152.65 165.58 -
System Red Green Blue C M Y K H S L
Decimal 120 32 111 0 0.73 0.08 0.53 306.14 0.58 0.3
Hex 78 20 6F 0 49 8 35 132 3A 1E
Octal 170 40 157 0 111 10 65 462 72 36
Binary 1111000 100000 1101111 0 1001001 1000 110101 100110010 111010 11110

Color Harmonies of #78206F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78206F

Black with #78206F

Text Example


Text Example

White with #78206F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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