#754187

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

Shades of Affair #754187

Tints of Affair #754187

Color information

#754187 (or 0x754187) is unknown color: approx Affair. HEX triplet: 75, 41 and 87. RGB value is (117,65,135). Sum of RGB (Red+Green+Blue) = 117+65+135=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 135 (53.12% from 255 or 42.59% from 317); Max value from RGB is 135 - color contains mainly: blue. Hex color #754187 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754187 is #8ABE78. Grayscale: #585858. Windows color (decimal): -9092729 or 8864117. OLE color: 8864117.

HSL color Cylindrical-coordinate representation of color #754187: hue angle of 284.57º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #754187 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11765135-
CMYK0.130.5200.47
HSL284.57º35%39.22%-
HSV(B)284.57º51.85%52.94%-
XYZ13.69.3124-
YUV88.53154.23148.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.91%
GREEN value IS 65 (25.78% from 255) = 20.50%
BLUE value IS 135 (53.12% from 255) = 42.59%
R=36.91%
G=20.50%
B=42.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117651350.130.5200.47284.573539.22
Hex754187D3402F11d2327
Octal16510120715640574354347
Binary111010110000011000011111011101000101111100011101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754187; }

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

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

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

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

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

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

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

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