#7D4B92

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

Shades of Affair #7D4B92

Tints of Affair #7D4B92

Color information

#7D4B92 (or 0x7D4B92) is unknown color: approx Affair. HEX triplet: 7D, 4B and 92. RGB value is (125,75,146). Sum of RGB (Red+Green+Blue) = 125+75+146=346 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.13% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 146 - color contains mainly: blue. Hex color #7D4B92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4B92 is #82B46D. Grayscale: #616161. Windows color (decimal): -8565870 or 9587581. OLE color: 9587581.

HSL color Cylindrical-coordinate representation of color #7D4B92: hue angle of 282.25º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D4B92 is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12575146-
CMYK0.140.4900.43
HSL282.25º32.13%43.33%-
HSV(B)282.25º48.63%57.25%-
XYZ16.1611.4728.56-
YUV98.04155.06147.23-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.13%
GREEN value IS 75 (29.69% from 255) = 21.68%
BLUE value IS 146 (57.42% from 255) = 42.20%
R=36.13%
G=21.68%
B=42.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal125751460.140.4900.43282.2532.1343.33
Hex7D4B92E3102B11a202b
Octal17511322216610534324053
Binary111110110010111001001011101100010101011100011010100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,75,146); }

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

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

 a { background-color: rgb(125,75,146); }

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

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

 span { border-color: rgb(125,75,146); }

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