#7A6093

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

Shades of Affair #7A6093

Tints of Affair #7A6093

Color information

#7A6093 (or 0x7A6093) is unknown color: approx Affair. HEX triplet: 7A, 60 and 93. RGB value is (122,96,147). Sum of RGB (Red+Green+Blue) = 122+96+147=365 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.42% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 147 (57.81% from 255 or 40.27% from 365); Max value from RGB is 147 - color contains mainly: blue. Hex color #7A6093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6093 is #859F6C. Grayscale: #6D6D6D. Windows color (decimal): -8757101 or 9658490. OLE color: 9658490.

HSL color Cylindrical-coordinate representation of color #7A6093: hue angle of 270.59º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A6093 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12296147-
CMYK0.170.3500.42
HSL270.59º20.99%47.65%-
HSV(B)270.59º34.69%57.65%-
XYZ17.4814.6129.5-
YUV109.59149.11136.85-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.42%
GREEN value IS 96 (37.89% from 255) = 26.30%
BLUE value IS 147 (57.81% from 255) = 40.27%
R=33.42%
G=26.30%
B=40.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal122961470.170.3500.42270.5920.9947.65
Hex7A6093112302A10f1530
Octal17214022321430524172560
Binary111101011000001001001110001100011010101010000111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,96,147); }

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

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

 a { background-color: rgb(122,96,147); }

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

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

 span { border-color: rgb(122,96,147); }

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