#78197B

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

Shades of Dark Purple #78197B

Tints of Dark Purple #78197B

Color information

#78197B (or 0x78197B) is unknown color: approx Dark Purple. HEX triplet: 78, 19 and 7B. RGB value is (120,25,123). Sum of RGB (Red+Green+Blue) = 120+25+123=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 123 - color contains mainly: blue. Hex color #78197B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78197B is #87E684. Grayscale: #404040. Windows color (decimal): -8906373 or 8067448. OLE color: 8067448.

HSL color Cylindrical-coordinate representation of color #78197B: hue angle of 298.16º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #78197B is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB12025123-
CMYK0.020.8000.52
HSL298.16º66.22%29.02%-
HSV(B)298.16º79.67%48.24%-
XYZ11.676.1219.3-
YUV64.58160.97167.53-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.78%
GREEN value IS 25 (10.16% from 255) = 9.33%
BLUE value IS 123 (48.44% from 255) = 45.90%
R=44.78%
G=9.33%
B=45.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal120251230.020.8000.52298.1666.2229.02
Hex78197B25003412a421d
Octal17031173212006445210235
Binary11110001100111110111010100000110100100101010100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78197B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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