Html Css Color HEX #78156C Dark Purple

📋 copy color: '#78156C'

red 120 ◦ green 21 ◦ blue 108

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

Shades of Dark Purple #78156C

Tints of Dark Purple #78156C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.43%

 BLUE value IS 108 (42.58% from 255) = 43.37%

R = 48.19%
G = 8.43%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#78156C (or 0x78156C) is known color: Dark Purple. HEX triplet: 78, 15 and 6C. RGB value is (120,21,108). Sum of RGB (Red+Green+Blue) = 120+21+108=249 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.19% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 120 - color contains mainly: red. Hex color #78156C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78156C is #87EA93. Grayscale: #3C3C3C. Windows color (decimal): -8907412 or 7083384. OLE color: 7083384.

HSL color Cylindrical-coordinate representation of color #78156C: hue angle of 307.27º degrees, saturation: 0.7, 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 #78156C is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 21 108 -
CMYK 0 0.83 0.10 0.53
HSL 307.27º 0.7% 0.28% -
HSV(B) 307.27º 0.83% 0.47% -
XYZ 10.72 5.61 14.71 -
YUV 60.52 154.8 170.43 -
System Red Green Blue C M Y K H S L
Decimal 120 21 108 0 0.83 0.10 0.53 307.27 0.7 0.28
Hex 78 15 6C 0 53 A 35 133 46 1C
Octal 170 25 154 0 123 12 65 463 106 34
Binary 1111000 10101 1101100 0 1010011 1010 110101 100110011 1000110 11100

Color Harmonies of #78156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78156C

Black with #78156C

Text Example


Text Example

White with #78156C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,21,108); }

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

background-color css

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

 a { background-color: rgb(120,21,108); }

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

border-color css

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

 span { border-color: rgb(120,21,108); }

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