#754991

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

Shades of Affair #754991

Tints of Affair #754991

Color information

#754991 (or 0x754991) is unknown color: approx Affair. HEX triplet: 75, 49 and 91. RGB value is (117,73,145). Sum of RGB (Red+Green+Blue) = 117+73+145=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 145 (57.03% from 255 or 43.28% from 335); Max value from RGB is 145 - color contains mainly: blue. Hex color #754991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754991 is #8AB66E. Grayscale: #5E5E5E. Windows color (decimal): -9090671 or 9521525. OLE color: 9521525.

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

Color convert

RGB11773145-
CMYK0.190.5000.43
HSL276.67º33.03%42.75%-
HSV(B)276.67º49.66%56.86%-
XYZ14.8310.5928.05-
YUV94.36156.58144.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.93%
GREEN value IS 73 (28.91% from 255) = 21.79%
BLUE value IS 145 (57.03% from 255) = 43.28%
R=34.93%
G=21.79%
B=43.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117731450.190.5000.43276.6733.0342.75
Hex754991133202B115212b
Octal16511122123620534254153
Binary1110101100100110010001100111100100101011100010101100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754991; }

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

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

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

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

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

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

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

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