#754392

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

Shades of Affair #754392

Tints of Affair #754392

Color information

#754392 (or 0x754392) is unknown color: approx Affair. HEX triplet: 75, 43 and 92. RGB value is (117,67,146). Sum of RGB (Red+Green+Blue) = 117+67+146=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 146 - color contains mainly: blue. Hex color #754392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754392 is #8ABC6D. Grayscale: #5A5A5A. Windows color (decimal): -9092206 or 9585525. OLE color: 9585525.

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

Color convert

RGB11767146-
CMYK0.200.5400.43
HSL277.97º37.09%41.76%-
HSV(B)277.97º54.11%57.25%-
XYZ14.539.8728.33-
YUV90.96159.06146.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.45%
GREEN value IS 67 (26.56% from 255) = 20.30%
BLUE value IS 146 (57.42% from 255) = 44.24%
R=35.45%
G=20.30%
B=44.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117671460.200.5400.43277.9737.0941.76
Hex754392143602B116252a
Octal16510322224660534264552
Binary1110101100001110010010101001101100101011100010110100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754392; }

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

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

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

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

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

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

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

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