#754182

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

Shades of Affair #754182

Tints of Affair #754182

Color information

#754182 (or 0x754182) is unknown color: approx Affair. HEX triplet: 75, 41 and 82. RGB value is (117,65,130). Sum of RGB (Red+Green+Blue) = 117+65+130=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 130 - color contains mainly: blue. Hex color #754182 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754182 is #8ABE7D. Grayscale: #575757. Windows color (decimal): -9092734 or 8536437. OLE color: 8536437.

HSL color Cylindrical-coordinate representation of color #754182: hue angle of 288º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #754182 is Cyan = 0.1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11765130-
CMYK0.10.5000.49
HSL288º33.33%38.24%-
HSV(B)288º50%50.98%-
XYZ13.269.1722.19-
YUV87.96151.73148.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.5%
GREEN value IS 65 (25.78% from 255) = 20.83%
BLUE value IS 130 (51.17% from 255) = 41.67%
R=37.5%
G=20.83%
B=41.67%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117651300.10.5000.4928833.3338.24
Hex754182A320311202126
Octal16510120212620614404146
Binary111010110000011000001010101100100110001100100000100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754182; }

 p { color: rgb(117,65,130); }

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

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

 a { background-color: rgb(117,65,130); }

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

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

 span { border-color: rgb(117,65,130); }

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