#792370

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

Shades of Dark Purple #792370

Tints of Dark Purple #792370

Color information

#792370 (or 0x792370) is unknown color: approx Dark Purple. HEX triplet: 79, 23 and 70. RGB value is (121,35,112). Sum of RGB (Red+Green+Blue) = 121+35+112=268 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.15% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 121 - color contains mainly: red. Hex color #792370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792370 is #86DC8F. Grayscale: #454545. Windows color (decimal): -8838288 or 7349113. OLE color: 7349113.

HSL color Cylindrical-coordinate representation of color #792370: hue angle of 306.28º 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 #792370 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB12135112-
CMYK00.710.070.53
HSL306.28º55.13%30.59%-
HSV(B)306.28º71.07%47.45%-
XYZ11.416.4415.97-
YUV69.49151.99164.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.15%
GREEN value IS 35 (14.06% from 255) = 13.06%
BLUE value IS 112 (44.14% from 255) = 41.79%
R=45.15%
G=13.06%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1213511200.710.070.53306.2855.1330.59
Hex792370047735132371f
Octal1714316001077654626737
Binary111100110001111100000100011111111010110011001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792370; }

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

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

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

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

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

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

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

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