#755492

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

Shades of Affair #755492

Tints of Affair #755492

Color information

#755492 (or 0x755492) is unknown color: approx Affair. HEX triplet: 75, 54 and 92. RGB value is (117,84,146). Sum of RGB (Red+Green+Blue) = 117+84+146=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 146 - color contains mainly: blue. Hex color #755492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755492 is #8AAB6D. Grayscale: #646464. Windows color (decimal): -9087854 or 9589877. OLE color: 9589877.

HSL color Cylindrical-coordinate representation of color #755492: hue angle of 271.94º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #755492 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11784146-
CMYK0.200.4200.43
HSL271.94º26.96%45.1%-
HSV(B)271.94º42.47%57.25%-
XYZ15.6912.228.72-
YUV100.94153.43139.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.72%
GREEN value IS 84 (33.20% from 255) = 24.21%
BLUE value IS 146 (57.42% from 255) = 42.07%
R=33.72%
G=24.21%
B=42.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117841460.200.4200.43271.9426.9645.1
Hex755492142A02B1101b2d
Octal16512422224520534203355
Binary111010110101001001001010100101010010101110001000011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755492; }

 p { color: rgb(117,84,146); }

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

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

 a { background-color: rgb(117,84,146); }

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

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

 span { border-color: rgb(117,84,146); }

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