#78177D

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

Shades of Dark Purple #78177D

Tints of Dark Purple #78177D

Color information

#78177D (or 0x78177D) is unknown color: approx Dark Purple. HEX triplet: 78, 17 and 7D. RGB value is (120,23,125). Sum of RGB (Red+Green+Blue) = 120+23+125=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 125 (49.22% from 255 or 46.64% from 268); Max value from RGB is 125 - color contains mainly: blue. Hex color #78177D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78177D is #87E882. Grayscale: #3F3F3F. Windows color (decimal): -8906883 or 8198008. OLE color: 8198008.

HSL color Cylindrical-coordinate representation of color #78177D: hue angle of 297.06º degrees, saturation: 0.69, 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 #78177D is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12023125-
CMYK0.040.8200.51
HSL297.06º68.92%29.02%-
HSV(B)297.06º81.6%49.02%-
XYZ11.756.0919.96-
YUV63.63162.64168.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.78%
GREEN value IS 23 (9.38% from 255) = 8.58%
BLUE value IS 125 (49.22% from 255) = 46.64%
R=44.78%
G=8.58%
B=46.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal120231250.040.8200.51297.0668.9229.02
Hex78177D452033129451d
Octal17027175412206345110535
Binary111100010111111110110010100100110011100101001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78177D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78177D; }

 p { color: rgb(120,23,125); }

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

<style>
 a { background-color: #78177D; }

 a { background-color: rgb(120,23,125); }

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

<style>
 span { border-color: #78177D; }

 span { border-color: rgb(120,23,125); }

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