#7F5492

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

Shades of Affair #7F5492

Tints of Affair #7F5492

Color information

#7F5492 (or 0x7F5492) is unknown color: approx Affair. HEX triplet: 7F, 54 and 92. RGB value is (127,84,146). Sum of RGB (Red+Green+Blue) = 127+84+146=357 (47% of max value = 765). Red value is 127 (50% from 255 or 35.57% from 357); Green value is 84 (33.20% from 255 or 23.53% from 357); Blue value is 146 (57.42% from 255 or 40.90% from 357); Max value from RGB is 146 - color contains mainly: blue. Hex color #7F5492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5492 is #80AB6D. Grayscale: #676767. Windows color (decimal): -8432494 or 9589887. OLE color: 9589887.

HSL color Cylindrical-coordinate representation of color #7F5492: hue angle of 281.61º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F5492 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12784146-
CMYK0.130.4200.43
HSL281.61º26.96%45.1%-
HSV(B)281.61º42.47%57.25%-
XYZ17.1112.9328.79-
YUV103.93151.75144.46-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.57%
GREEN value IS 84 (33.20% from 255) = 23.53%
BLUE value IS 146 (57.42% from 255) = 40.90%
R=35.57%
G=23.53%
B=40.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal127841460.130.4200.43281.6126.9645.1
Hex7F5492D2A02B11a1b2d
Octal17712422215520534323355
Binary11111111010100100100101101101010010101110001101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F5492; }

 p { color: rgb(127,84,146); }

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

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

 a { background-color: rgb(127,84,146); }

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

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

 span { border-color: rgb(127,84,146); }

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