#7B4895

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

Shades of Affair #7B4895

Tints of Affair #7B4895

Color information

#7B4895 (or 0x7B4895) is unknown color: approx Affair. HEX triplet: 7B, 48 and 95. RGB value is (123,72,149). Sum of RGB (Red+Green+Blue) = 123+72+149=344 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.76% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 149 - color contains mainly: blue. Hex color #7B4895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B4895 is #84B76A. Grayscale: #5F5F5F. Windows color (decimal): -8697707 or 9783419. OLE color: 9783419.

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

Color convert

RGB12372149-
CMYK0.170.5200.42
HSL279.74º34.84%43.33%-
HSV(B)279.74º51.68%58.43%-
XYZ15.9111.0229.72-
YUV96.03157.9147.24-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.76%
GREEN value IS 72 (28.52% from 255) = 20.93%
BLUE value IS 149 (58.59% from 255) = 43.31%
R=35.76%
G=20.93%
B=43.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal123721490.170.5200.42279.7434.8443.33
Hex7B4895113402A118232b
Octal17311022521640524304353
Binary1111011100100010010101100011101000101010100011000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B4895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,72,149); }

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

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

 a { background-color: rgb(123,72,149); }

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

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

 span { border-color: rgb(123,72,149); }

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