#78177B

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

Shades of Dark Purple #78177B

Tints of Dark Purple #78177B

Color information

#78177B (or 0x78177B) is unknown color: approx Dark Purple. HEX triplet: 78, 17 and 7B. RGB value is (120,23,123). Sum of RGB (Red+Green+Blue) = 120+23+123=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 123 (48.44% from 255 or 46.24% from 266); Max value from RGB is 123 - color contains mainly: blue. Hex color #78177B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78177B is #87E884. Grayscale: #3F3F3F. Windows color (decimal): -8906885 or 8066936. OLE color: 8066936.

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

Color convert

RGB12023123-
CMYK0.020.8100.52
HSL298.2º68.49%28.63%-
HSV(B)298.2º81.3%48.24%-
XYZ11.636.0419.29-
YUV63.4161.64168.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.11%
GREEN value IS 23 (9.38% from 255) = 8.65%
BLUE value IS 123 (48.44% from 255) = 46.24%
R=45.11%
G=8.65%
B=46.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal120231230.020.8100.52298.268.4928.63
Hex78177B25103412a441d
Octal17027173212106445210435
Binary11110001011111110111010100010110100100101010100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78177B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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