#7B568A

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

Shades of Affair #7B568A

Tints of Affair #7B568A

Color information

#7B568A (or 0x7B568A) is unknown color: approx Affair. HEX triplet: 7B, 56 and 8A. RGB value is (123,86,138). Sum of RGB (Red+Green+Blue) = 123+86+138=347 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.45% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 138 - color contains mainly: blue. Hex color #7B568A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B568A is #84A975. Grayscale: #666666. Windows color (decimal): -8694134 or 9066107. OLE color: 9066107.

HSL color Cylindrical-coordinate representation of color #7B568A: hue angle of 282.69º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7B568A is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12386138-
CMYK0.110.3800.46
HSL282.69º23.21%43.92%-
HSV(B)282.69º37.68%54.12%-
XYZ16.0812.725.65-
YUV102.99147.76142.27-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.45%
GREEN value IS 86 (33.98% from 255) = 24.78%
BLUE value IS 138 (54.30% from 255) = 39.77%
R=35.45%
G=24.78%
B=39.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal123861380.110.3800.46282.6923.2143.92
Hex7B568AB2602E11b172c
Octal17312621213460564332754
Binary11110111010110100010101011100110010111010001101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B568A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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