#7E608A

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

Shades of Affair #7E608A

Tints of Affair #7E608A

Color information

#7E608A (or 0x7E608A) is unknown color: approx Affair. HEX triplet: 7E, 60 and 8A. RGB value is (126,96,138). Sum of RGB (Red+Green+Blue) = 126+96+138=360 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 138 - color contains mainly: blue. Hex color #7E608A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E608A is #819F75. Grayscale: #6D6D6D. Windows color (decimal): -8494966 or 9068670. OLE color: 9068670.

HSL color Cylindrical-coordinate representation of color #7E608A: hue angle of 282.86º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7E608A is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12696138-
CMYK0.090.3000.46
HSL282.86º17.95%45.88%-
HSV(B)282.86º30.43%54.12%-
XYZ17.3714.6425.95-
YUV109.76143.94139.58-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35%
GREEN value IS 96 (37.89% from 255) = 26.67%
BLUE value IS 138 (54.30% from 255) = 38.33%
R=35%
G=26.67%
B=38.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal126961380.090.3000.46282.8617.9545.88
Hex7E608A91E02E11b122e
Octal17614021211360564332256
Binary1111110110000010001010100111110010111010001101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,96,138); }

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

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

 a { background-color: rgb(126,96,138); }

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

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

 span { border-color: rgb(126,96,138); }

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