#754592

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

Shades of Affair #754592

Tints of Affair #754592

Color information

#754592 (or 0x754592) is unknown color: approx Affair. HEX triplet: 75, 45 and 92. RGB value is (117,69,146). Sum of RGB (Red+Green+Blue) = 117+69+146=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 146 - color contains mainly: blue. Hex color #754592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754592 is #8ABA6D. Grayscale: #5B5B5B. Windows color (decimal): -9091694 or 9586037. OLE color: 9586037.

HSL color Cylindrical-coordinate representation of color #754592: hue angle of 277.4º 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 #754592 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11769146-
CMYK0.200.5300.43
HSL277.4º35.81%42.16%-
HSV(B)277.4º52.74%57.25%-
XYZ14.6510.1128.37-
YUV92.13158.4145.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.24%
GREEN value IS 69 (27.34% from 255) = 20.78%
BLUE value IS 146 (57.42% from 255) = 43.98%
R=35.24%
G=20.78%
B=43.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117691460.200.5300.43277.435.8142.16
Hex754592143502B115242a
Octal16510522224650534254452
Binary1110101100010110010010101001101010101011100010101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754592; }

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

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

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

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

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

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

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

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