#75468A

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

Shades of Affair #75468A

Tints of Affair #75468A

Color information

#75468A (or 0x75468A) is unknown color: approx Affair. HEX triplet: 75, 46 and 8A. RGB value is (117,70,138). Sum of RGB (Red+Green+Blue) = 117+70+138=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 138 - color contains mainly: blue. Hex color #75468A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75468A is #8AB975. Grayscale: #5B5B5B. Windows color (decimal): -9091446 or 9062005. OLE color: 9062005.

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

Color convert

RGB11770138-
CMYK0.150.4900.46
HSL281.47º32.69%40.78%-
HSV(B)281.47º49.28%54.12%-
XYZ14.111025.23-
YUV91.8154.07145.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36%
GREEN value IS 70 (27.73% from 255) = 21.54%
BLUE value IS 138 (54.30% from 255) = 42.46%
R=36%
G=21.54%
B=42.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal117701380.150.4900.46281.4732.6940.78
Hex75468AF3102E1192129
Octal16510621217610564314151
Binary111010110001101000101011111100010101110100011001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75468A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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