#7F5C8A

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

Shades of Affair #7F5C8A

Tints of Affair #7F5C8A

Color information

#7F5C8A (or 0x7F5C8A) is unknown color: approx Affair. HEX triplet: 7F, 5C and 8A. RGB value is (127,92,138). Sum of RGB (Red+Green+Blue) = 127+92+138=357 (47% of max value = 765). Red value is 127 (50% from 255 or 35.57% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 138 - color contains mainly: blue. Hex color #7F5C8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5C8A is #80A375. Grayscale: #6B6B6B. Windows color (decimal): -8430454 or 9067647. OLE color: 9067647.

HSL color Cylindrical-coordinate representation of color #7F5C8A: hue angle of 285.65º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F5C8A is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12792138-
CMYK0.080.3300.46
HSL285.65º20%45.1%-
HSV(B)285.65º33.33%54.12%-
XYZ17.171425.84-
YUV107.71145.1141.76-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.57%
GREEN value IS 92 (36.33% from 255) = 25.77%
BLUE value IS 138 (54.30% from 255) = 38.66%
R=35.57%
G=25.77%
B=38.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal127921380.080.3300.46285.652045.1
Hex7F5C8A82102E11e142d
Octal17713421210410564362455
Binary11111111011100100010101000100001010111010001111010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,92,138); }

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

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

 a { background-color: rgb(127,92,138); }

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

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

 span { border-color: rgb(127,92,138); }

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