Html Css Color HEX #78167C Dark Purple

📋 copy color: '#78167C'

red 120 ◦ green 22 ◦ blue 124

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

Shades of Dark Purple #78167C

Tints of Dark Purple #78167C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.27%

 BLUE value IS 124 (48.83% from 255) = 46.62%

R = 45.11%
G = 8.27%
B = 46.62%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#78167C (or 0x78167C) is known color: Dark Purple. HEX triplet: 78, 16 and 7C. RGB value is (120,22,124). Sum of RGB (Red+Green+Blue) = 120+22+124=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #78167C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78167C is #87E983. Grayscale: #3E3E3E. Windows color (decimal): -8907140 or 8132216. OLE color: 8132216.

HSL color Cylindrical-coordinate representation of color #78167C: hue angle of 297.65º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #78167C is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 120 22 124 -
CMYK 0.03 0.82 0 0.51
HSL 297.65º 0.7% 0.29% -
HSV(B) 297.65º 0.82% 0.49% -
XYZ 11.67 6.02 19.62 -
YUV 62.93 162.47 168.71 -
System Red Green Blue C M Y K H S L
Decimal 120 22 124 0.03 0.82 0 0.51 297.65 0.7 0.29
Hex 78 16 7C 3 52 0 33 12A 46 1D
Octal 170 26 174 3 122 0 63 452 106 35
Binary 1111000 10110 1111100 11 1010010 0 110011 100101010 1000110 11101

Color Harmonies of #78167C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78167C

Black with #78167C

Text Example


Text Example

White with #78167C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78167C; }

 p { color: rgb(120,22,124); }

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

background-color css

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

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

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

border-color css

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

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

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