#75568B

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

Shades of Affair #75568B

Tints of Affair #75568B

Color information

#75568B (or 0x75568B) is unknown color: approx Affair. HEX triplet: 75, 56 and 8B. RGB value is (117,86,139). Sum of RGB (Red+Green+Blue) = 117+86+139=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 139 - color contains mainly: blue. Hex color #75568B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75568B is #8AA974. Grayscale: #656565. Windows color (decimal): -9087349 or 9131637. OLE color: 9131637.

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

Color convert

RGB11786139-
CMYK0.160.3800.45
HSL275.09º23.56%44.12%-
HSV(B)275.09º38.13%54.51%-
XYZ15.3212.325.99-
YUV101.31149.27139.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.21%
GREEN value IS 86 (33.98% from 255) = 25.15%
BLUE value IS 139 (54.69% from 255) = 40.64%
R=34.21%
G=25.15%
B=40.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117861390.160.3800.45275.0923.5644.12
Hex75568B102602D113182c
Octal16512621320460554233054
Binary111010110101101000101110000100110010110110001001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75568B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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