#75478B

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

Shades of Affair #75478B

Tints of Affair #75478B

Color information

#75478B (or 0x75478B) is unknown color: approx Affair. HEX triplet: 75, 47 and 8B. RGB value is (117,71,139). Sum of RGB (Red+Green+Blue) = 117+71+139=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 139 - color contains mainly: blue. Hex color #75478B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75478B is #8AB874. Grayscale: #5C5C5C. Windows color (decimal): -9091189 or 9127797. OLE color: 9127797.

HSL color Cylindrical-coordinate representation of color #75478B: hue angle of 280.59º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75478B is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11771139-
CMYK0.160.4900.45
HSL280.59º32.38%41.18%-
HSV(B)280.59º48.92%54.51%-
XYZ14.2510.1525.63-
YUV92.51154.24145.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.78%
GREEN value IS 71 (28.12% from 255) = 21.71%
BLUE value IS 139 (54.69% from 255) = 42.51%
R=35.78%
G=21.71%
B=42.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117711390.160.4900.45280.5932.3841.18
Hex75478B103102D1192029
Octal16510721320610554314051
Binary1110101100011110001011100001100010101101100011001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75478B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75478B; }

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

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

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

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

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

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

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

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