#75418A

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

Shades of Affair #75418A

Tints of Affair #75418A

Color information

#75418A (or 0x75418A) is unknown color: approx Affair. HEX triplet: 75, 41 and 8A. RGB value is (117,65,138). Sum of RGB (Red+Green+Blue) = 117+65+138=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 138 - color contains mainly: blue. Hex color #75418A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75418A is #8ABE75. Grayscale: #585858. Windows color (decimal): -9092726 or 9060725. OLE color: 9060725.

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

Color convert

RGB11765138-
CMYK0.150.5300.46
HSL282.74º35.96%39.8%-
HSV(B)282.74º52.9%54.12%-
XYZ13.819.425.13-
YUV88.87155.73148.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.56%
GREEN value IS 65 (25.78% from 255) = 20.31%
BLUE value IS 138 (54.30% from 255) = 43.12%
R=36.56%
G=20.31%
B=43.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal117651380.150.5300.46282.7435.9639.8
Hex75418AF3502E11b2428
Octal16510121217650564334450
Binary111010110000011000101011111101010101110100011011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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