#75448B

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

Shades of Affair #75448B

Tints of Affair #75448B

Color information

#75448B (or 0x75448B) is unknown color: approx Affair. HEX triplet: 75, 44 and 8B. RGB value is (117,68,139). Sum of RGB (Red+Green+Blue) = 117+68+139=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 139 - color contains mainly: blue. Hex color #75448B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75448B is #8ABB74. Grayscale: #5A5A5A. Windows color (decimal): -9091957 or 9127029. OLE color: 9127029.

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

Color convert

RGB11768139-
CMYK0.160.5100.45
HSL281.41º34.3%40.59%-
HSV(B)281.41º51.08%54.51%-
XYZ14.069.7825.57-
YUV90.74155.23146.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.11%
GREEN value IS 68 (26.95% from 255) = 20.99%
BLUE value IS 139 (54.69% from 255) = 42.90%
R=36.11%
G=20.99%
B=42.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117681390.160.5100.45281.4134.340.59
Hex75448B103302D1192229
Octal16510421320630554314251
Binary1110101100010010001011100001100110101101100011001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75448B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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