Html Css Color HEX #78166A Dark Purple

📋 copy color: '#78166A'

red 120 ◦ green 22 ◦ blue 106

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

Shades of Dark Purple #78166A

Tints of Dark Purple #78166A

RGB

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

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

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

R = 48.39%
G = 8.87%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#78166A (or 0x78166A) is known color: Dark Purple. HEX triplet: 78, 16 and 6A. RGB value is (120,22,106). Sum of RGB (Red+Green+Blue) = 120+22+106=248 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.39% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 106 (41.80% from 255 or 42.74% from 248); Max value from RGB is 120 - color contains mainly: red. Hex color #78166A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78166A is #87E995. Grayscale: #3C3C3C. Windows color (decimal): -8907158 or 6952568. OLE color: 6952568.

HSL color Cylindrical-coordinate representation of color #78166A: hue angle of 308.57º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #78166A is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 22 106 -
CMYK 0 0.82 0.12 0.53
HSL 308.57º 0.69% 0.28% -
HSV(B) 308.57º 0.82% 0.47% -
XYZ 10.63 5.61 14.16 -
YUV 60.88 153.47 170.17 -
System Red Green Blue C M Y K H S L
Decimal 120 22 106 0 0.82 0.12 0.53 308.57 0.69 0.28
Hex 78 16 6A 0 52 C 35 135 45 1C
Octal 170 26 152 0 122 14 65 465 105 34
Binary 1111000 10110 1101010 0 1010010 1100 110101 100110101 1000101 11100

Color Harmonies of #78166A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78166A

Black with #78166A

Text Example


Text Example

White with #78166A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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