#755285

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

Shades of Affair #755285

Tints of Affair #755285

Color information

#755285 (or 0x755285) is unknown color: approx Affair. HEX triplet: 75, 52 and 85. RGB value is (117,82,133). Sum of RGB (Red+Green+Blue) = 117+82+133=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 133 - color contains mainly: blue. Hex color #755285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755285 is #8AAD7A. Grayscale: #626262. Windows color (decimal): -9088379 or 8737397. OLE color: 8737397.

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

Color convert

RGB11782133-
CMYK0.120.3800.48
HSL281.18º23.72%42.16%-
HSV(B)281.18º38.35%52.16%-
XYZ14.5911.5123.64-
YUV98.28147.6141.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.24%
GREEN value IS 82 (32.42% from 255) = 24.70%
BLUE value IS 133 (52.34% from 255) = 40.06%
R=35.24%
G=24.70%
B=40.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117821330.120.3800.48281.1823.7242.16
Hex755285C26030119182a
Octal16512220514460604313052
Binary11101011010010100001011100100110011000010001100111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755285; }

 p { color: rgb(117,82,133); }

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

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

 a { background-color: rgb(117,82,133); }

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

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

 span { border-color: rgb(117,82,133); }

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