#754385

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

Shades of Affair #754385

Tints of Affair #754385

Color information

#754385 (or 0x754385) is unknown color: approx Affair. HEX triplet: 75, 43 and 85. RGB value is (117,67,133). Sum of RGB (Red+Green+Blue) = 117+67+133=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 133 - color contains mainly: blue. Hex color #754385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754385 is #8ABC7A. Grayscale: #595959. Windows color (decimal): -9092219 or 8733557. OLE color: 8733557.

HSL color Cylindrical-coordinate representation of color #754385: hue angle of 285.45º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #754385 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11767133-
CMYK0.120.5000.48
HSL285.45º33%39.22%-
HSV(B)285.45º49.62%52.16%-
XYZ13.589.4923.31-
YUV89.47152.56147.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.91%
GREEN value IS 67 (26.56% from 255) = 21.14%
BLUE value IS 133 (52.34% from 255) = 41.96%
R=36.91%
G=21.14%
B=41.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117671330.120.5000.48285.453339.22
Hex754385C3203011d2127
Octal16510320514620604354147
Binary111010110000111000010111001100100110000100011101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754385; }

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

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

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

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

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

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

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

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