#78196B

Color #78196B Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #78196B

Tints of Dark Purple #78196B

Color information

#78196B (or 0x78196B) is unknown color: approx Dark Purple. HEX triplet: 78, 19 and 6B. RGB value is (120,25,107). Sum of RGB (Red+Green+Blue) = 120+25+107=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 120 - color contains mainly: red. Hex color #78196B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78196B is #87E694. Grayscale: #3E3E3E. Windows color (decimal): -8906389 or 7018872. OLE color: 7018872.

HSL color Cylindrical-coordinate representation of color #78196B: hue angle of 308.21º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #78196B is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB12025107-
CMYK00.790.110.53
HSL308.21º65.52%28.43%-
HSV(B)308.21º79.17%47.06%-
XYZ10.755.7514.45-
YUV62.75152.97168.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.62%
GREEN value IS 25 (10.16% from 255) = 9.92%
BLUE value IS 107 (42.19% from 255) = 42.46%
R=47.62%
G=9.92%
B=42.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1202510700.790.110.53308.2165.5228.43
Hex78196B04FB35134421c
Octal170311530117136546410234
Binary1111000110011101011010011111011110101100110100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78196B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78196B; }

 p { color: rgb(120,25,107); }

 H1.HeaderClassName
 {
   color: #78196B;
 }
 .AnyTagClassName
 {
   color: #78196B;
 }
</style>
background-color css

<style>
 a { background-color: #78196B; }

 a { background-color: rgb(120,25,107); }

 div.DivClassName
 {
   background-color: #78196B;
 }
 .BgClassName
 {
   background-color: #78196B;
 }
</style>
border-color css

<style>
 span { border-color: #78196B; }

 span { border-color: rgb(120,25,107); }

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