#792373

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

Shades of Dark Purple #792373

Tints of Dark Purple #792373

Color information

#792373 (or 0x792373) is unknown color: approx Dark Purple. HEX triplet: 79, 23 and 73. RGB value is (121,35,115). Sum of RGB (Red+Green+Blue) = 121+35+115=271 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.65% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 121 - color contains mainly: red. Hex color #792373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792373 is #86DC8C. Grayscale: #454545. Windows color (decimal): -8838285 or 7545721. OLE color: 7545721.

HSL color Cylindrical-coordinate representation of color #792373: hue angle of 304.19º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #792373 is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB12135115-
CMYK00.710.050.53
HSL304.19º55.13%30.59%-
HSV(B)304.19º71.07%47.45%-
XYZ11.586.516.86-
YUV69.83153.49164.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.65%
GREEN value IS 35 (14.06% from 255) = 12.92%
BLUE value IS 115 (45.31% from 255) = 42.44%
R=44.65%
G=12.92%
B=42.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1213511500.710.050.53304.1955.1330.59
Hex792373047535130371f
Octal1714316301075654606737
Binary111100110001111100110100011110111010110011000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792373; }

 p { color: rgb(121,35,115); }

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

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

 a { background-color: rgb(121,35,115); }

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

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

 span { border-color: rgb(121,35,115); }

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