#75518A

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

Shades of Affair #75518A

Tints of Affair #75518A

Color information

#75518A (or 0x75518A) is unknown color: approx Affair. HEX triplet: 75, 51 and 8A. RGB value is (117,81,138). Sum of RGB (Red+Green+Blue) = 117+81+138=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 138 - color contains mainly: blue. Hex color #75518A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75518A is #8AAE75. Grayscale: #626262. Windows color (decimal): -9088630 or 9064821. OLE color: 9064821.

HSL color Cylindrical-coordinate representation of color #75518A: hue angle of 277.89º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75518A is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11781138-
CMYK0.150.4100.46
HSL277.89º26.03%42.94%-
HSV(B)277.89º41.3%54.12%-
XYZ14.8711.525.48-
YUV98.26150.43141.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.82%
GREEN value IS 81 (32.03% from 255) = 24.11%
BLUE value IS 138 (54.30% from 255) = 41.07%
R=34.82%
G=24.11%
B=41.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal117811380.150.4100.46277.8926.0342.94
Hex75518AF2902E1161a2b
Octal16512121217510564263253
Binary11101011010001100010101111101001010111010001011011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75518A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75518A; }

 p { color: rgb(117,81,138); }

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

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

 a { background-color: rgb(117,81,138); }

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

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

 span { border-color: rgb(117,81,138); }

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