#775194

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

Shades of Affair #775194

Tints of Affair #775194

Color information

#775194 (or 0x775194) is unknown color: approx Affair. HEX triplet: 77, 51 and 94. RGB value is (119,81,148). Sum of RGB (Red+Green+Blue) = 119+81+148=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 148 (58.20% from 255 or 42.53% from 348); Max value from RGB is 148 - color contains mainly: blue. Hex color #775194 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775194 is #88AE6B. Grayscale: #636363. Windows color (decimal): -8957548 or 9720183. OLE color: 9720183.

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

Color convert

RGB11981148-
CMYK0.200.4500.42
HSL274.03º29.26%44.9%-
HSV(B)274.03º45.27%58.04%-
XYZ15.911.9429.48-
YUV100155.09141.55-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.20%
GREEN value IS 81 (32.03% from 255) = 23.28%
BLUE value IS 148 (58.20% from 255) = 42.53%
R=34.20%
G=23.28%
B=42.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119811480.200.4500.42274.0329.2644.9
Hex775194142D02A1121d2d
Octal16712122424550524223555
Binary111011110100011001010010100101101010101010001001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775194; }

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

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

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

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

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

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

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

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