#795194

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

Shades of Affair #795194

Tints of Affair #795194

Color information

#795194 (or 0x795194) is unknown color: approx Affair. HEX triplet: 79, 51 and 94. RGB value is (121,81,148). Sum of RGB (Red+Green+Blue) = 121+81+148=350 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.57% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 148 - color contains mainly: blue. Hex color #795194 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795194 is #86AE6B. Grayscale: #646464. Windows color (decimal): -8826476 or 9720185. OLE color: 9720185.

HSL color Cylindrical-coordinate representation of color #795194: hue angle of 275.82º 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 #795194 is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12181148-
CMYK0.180.4500.42
HSL275.82º29.26%44.9%-
HSV(B)275.82º45.27%58.04%-
XYZ16.1712.0929.5-
YUV100.6154.75142.55-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.57%
GREEN value IS 81 (32.03% from 255) = 23.14%
BLUE value IS 148 (58.20% from 255) = 42.29%
R=34.57%
G=23.14%
B=42.29%

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
Decimal121811480.180.4500.42275.8229.2644.9
Hex795194122D02A1141d2d
Octal17112122422550524243555
Binary111100110100011001010010010101101010101010001010011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795194; }

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

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

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

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

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

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

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

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