#754684

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

Shades of Affair #754684

Tints of Affair #754684

Color information

#754684 (or 0x754684) is unknown color: approx Affair. HEX triplet: 75, 46 and 84. RGB value is (117,70,132). Sum of RGB (Red+Green+Blue) = 117+70+132=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 132 - color contains mainly: blue. Hex color #754684 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754684 is #8AB97B. Grayscale: #5A5A5A. Windows color (decimal): -9091452 or 8668789. OLE color: 8668789.

HSL color Cylindrical-coordinate representation of color #754684: hue angle of 285.48º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #754684 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11770132-
CMYK0.110.4700.48
HSL285.48º30.69%39.61%-
HSV(B)285.48º46.97%51.76%-
XYZ13.699.8323.01-
YUV91.12151.07146.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.68%
GREEN value IS 70 (27.73% from 255) = 21.94%
BLUE value IS 132 (51.95% from 255) = 41.38%
R=36.68%
G=21.94%
B=41.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117701320.110.4700.48285.4830.6939.61
Hex754684B2F03011d1f28
Octal16510620413570604353750
Binary11101011000110100001001011101111011000010001110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754684; }

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

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

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

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

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

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

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

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