#754491

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

Shades of Affair #754491

Tints of Affair #754491

Color information

#754491 (or 0x754491) is unknown color: approx Affair. HEX triplet: 75, 44 and 91. RGB value is (117,68,145). Sum of RGB (Red+Green+Blue) = 117+68+145=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 145 - color contains mainly: blue. Hex color #754491 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754491 is #8ABB6E. Grayscale: #5B5B5B. Windows color (decimal): -9091951 or 9520245. OLE color: 9520245.

HSL color Cylindrical-coordinate representation of color #754491: hue angle of 278.18º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #754491 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11768145-
CMYK0.190.5300.43
HSL278.18º36.15%41.76%-
HSV(B)278.18º53.1%56.86%-
XYZ14.519.9627.95-
YUV91.43158.23146.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.45%
GREEN value IS 68 (26.95% from 255) = 20.61%
BLUE value IS 145 (57.03% from 255) = 43.94%
R=35.45%
G=20.61%
B=43.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117681450.190.5300.43278.1836.1541.76
Hex754491133502B116242a
Octal16510422123650534264452
Binary1110101100010010010001100111101010101011100010110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754491; }

 p { color: rgb(117,68,145); }

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

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

 a { background-color: rgb(117,68,145); }

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

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

 span { border-color: rgb(117,68,145); }

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