#755184

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

Shades of Affair #755184

Tints of Affair #755184

Color information

#755184 (or 0x755184) is unknown color: approx Affair. HEX triplet: 75, 51 and 84. RGB value is (117,81,132). Sum of RGB (Red+Green+Blue) = 117+81+132=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 132 - color contains mainly: blue. Hex color #755184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755184 is #8AAE7B. Grayscale: #616161. Windows color (decimal): -9088636 or 8671605. OLE color: 8671605.

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

Color convert

RGB11781132-
CMYK0.110.3900.48
HSL282.35º23.94%41.76%-
HSV(B)282.35º38.64%51.76%-
XYZ14.4411.3323.26-
YUV97.58147.43141.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.45%
GREEN value IS 81 (32.03% from 255) = 24.55%
BLUE value IS 132 (51.95% from 255) = 40%
R=35.45%
G=24.55%
B=40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117811320.110.3900.48282.3523.9441.76
Hex755184B2703011a182a
Octal16512120413470604323052
Binary11101011010001100001001011100111011000010001101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755184; }

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

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

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

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

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

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

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

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