#754788

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

Shades of Affair #754788

Tints of Affair #754788

Color information

#754788 (or 0x754788) is unknown color: approx Affair. HEX triplet: 75, 47 and 88. RGB value is (117,71,136). Sum of RGB (Red+Green+Blue) = 117+71+136=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 136 - color contains mainly: blue. Hex color #754788 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754788 is #8AB877. Grayscale: #5B5B5B. Windows color (decimal): -9091192 or 8931189. OLE color: 8931189.

HSL color Cylindrical-coordinate representation of color #754788: hue angle of 282.46º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #754788 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11771136-
CMYK0.140.4800.47
HSL282.46º31.4%40.59%-
HSV(B)282.46º47.79%53.33%-
XYZ14.0310.0724.5-
YUV92.16152.74145.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.11%
GREEN value IS 71 (28.12% from 255) = 21.91%
BLUE value IS 136 (53.52% from 255) = 41.98%
R=36.11%
G=21.91%
B=41.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117711360.140.4800.47282.4631.440.59
Hex754788E3002F11a1f29
Octal16510721016600574323751
Binary11101011000111100010001110110000010111110001101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754788; }

 p { color: rgb(117,71,136); }

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

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

 a { background-color: rgb(117,71,136); }

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

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

 span { border-color: rgb(117,71,136); }

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