#7B608A

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

Shades of Affair #7B608A

Tints of Affair #7B608A

Color information

#7B608A (or 0x7B608A) is unknown color: approx Affair. HEX triplet: 7B, 60 and 8A. RGB value is (123,96,138). Sum of RGB (Red+Green+Blue) = 123+96+138=357 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.45% from 357); Green value is 96 (37.89% from 255 or 26.89% 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 #7B608A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B608A is #849F75. Grayscale: #6C6C6C. Windows color (decimal): -8691574 or 9068667. OLE color: 9068667.

HSL color Cylindrical-coordinate representation of color #7B608A: hue angle of 278.57º 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 #7B608A is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12396138-
CMYK0.110.3000.46
HSL278.57º17.95%45.88%-
HSV(B)278.57º30.43%54.12%-
XYZ16.9414.4125.93-
YUV108.86144.45138.08-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.45%
GREEN value IS 96 (37.89% from 255) = 26.89%
BLUE value IS 138 (54.30% from 255) = 38.66%
R=34.45%
G=26.89%
B=38.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal123961380.110.3000.46278.5717.9545.88
Hex7B608AB1E02E117122e
Octal17314021213360564272256
Binary1111011110000010001010101111110010111010001011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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