#792880

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

Shades of Eminence #792880

Tints of Eminence #792880

Color information

#792880 (or 0x792880) is unknown color: approx Eminence. HEX triplet: 79, 28 and 80. RGB value is (121,40,128). Sum of RGB (Red+Green+Blue) = 121+40+128=289 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.87% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 128 (50.39% from 255 or 44.29% from 289); Max value from RGB is 128 - color contains mainly: blue. Hex color #792880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792880 is #86D77F. Grayscale: #494949. Windows color (decimal): -8836992 or 8398969. OLE color: 8398969.

HSL color Cylindrical-coordinate representation of color #792880: hue angle of 295.23º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #792880 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12140128-
CMYK0.050.6900.50
HSL295.23º52.38%32.94%-
HSV(B)295.23º68.75%50.2%-
XYZ12.547.1421.14-
YUV74.25158.34161.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.87%
GREEN value IS 40 (16.02% from 255) = 13.84%
BLUE value IS 128 (50.39% from 255) = 44.29%
R=41.87%
G=13.84%
B=44.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal121401280.050.6900.50295.2352.3832.94
Hex7928805450321273421
Octal1715020051050624476441
Binary11110011010001000000010110001010110010100100111110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792880; }

 p { color: rgb(121,40,128); }

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

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

 a { background-color: rgb(121,40,128); }

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

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

 span { border-color: rgb(121,40,128); }

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