#754A92

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

Shades of Affair #754A92

Tints of Affair #754A92

Color information

#754A92 (or 0x754A92) is unknown color: approx Affair. HEX triplet: 75, 4A and 92. RGB value is (117,74,146). Sum of RGB (Red+Green+Blue) = 117+74+146=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 146 - color contains mainly: blue. Hex color #754A92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754A92 is #8AB56D. Grayscale: #5E5E5E. Windows color (decimal): -9090414 or 9587317. OLE color: 9587317.

HSL color Cylindrical-coordinate representation of color #754A92: hue angle of 275.83º degrees, saturation: 0.33, 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 #754A92 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11774146-
CMYK0.200.4900.43
HSL275.83º32.73%43.14%-
HSV(B)275.83º49.32%57.25%-
XYZ14.9710.7528.48-
YUV95.06156.75143.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.72%
GREEN value IS 74 (29.30% from 255) = 21.96%
BLUE value IS 146 (57.42% from 255) = 43.32%
R=34.72%
G=21.96%
B=43.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117741460.200.4900.43275.8332.7343.14
Hex754A92143102B114212b
Octal16511222224610534244153
Binary1110101100101010010010101001100010101011100010100100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754A92; }

 p { color: rgb(117,74,146); }

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

<style>
 a { background-color: #754A92; }

 a { background-color: rgb(117,74,146); }

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

<style>
 span { border-color: #754A92; }

 span { border-color: rgb(117,74,146); }

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