#795193

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

Shades of Affair #795193

Tints of Affair #795193

Color information

#795193 (or 0x795193) is unknown color: approx Affair. HEX triplet: 79, 51 and 93. RGB value is (121,81,147). Sum of RGB (Red+Green+Blue) = 121+81+147=349 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.67% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 147 - color contains mainly: blue. Hex color #795193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795193 is #86AE6C. Grayscale: #646464. Windows color (decimal): -8826477 or 9654649. OLE color: 9654649.

HSL color Cylindrical-coordinate representation of color #795193: hue angle of 276.36º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #795193 is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12181147-
CMYK0.180.4500.42
HSL276.36º28.95%44.71%-
HSV(B)276.36º44.9%57.65%-
XYZ16.0912.0629.08-
YUV100.48154.25142.63-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.67%
GREEN value IS 81 (32.03% from 255) = 23.21%
BLUE value IS 147 (57.81% from 255) = 42.12%
R=34.67%
G=23.21%
B=42.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121811470.180.4500.42276.3628.9544.71
Hex795193122D02A1141d2d
Octal17112122322550524243555
Binary111100110100011001001110010101101010101010001010011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795193; }

 p { color: rgb(121,81,147); }

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

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

 a { background-color: rgb(121,81,147); }

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

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

 span { border-color: rgb(121,81,147); }

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