#754293

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

Shades of Affair #754293

Tints of Affair #754293

Color information

#754293 (or 0x754293) is unknown color: approx Affair. HEX triplet: 75, 42 and 93. RGB value is (117,66,147). Sum of RGB (Red+Green+Blue) = 117+66+147=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 147 - color contains mainly: blue. Hex color #754293 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754293 is #8ABD6C. Grayscale: #5A5A5A. Windows color (decimal): -9092461 or 9650805. OLE color: 9650805.

HSL color Cylindrical-coordinate representation of color #754293: hue angle of 277.78º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #754293 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11766147-
CMYK0.200.5500.42
HSL277.78º38.03%41.76%-
HSV(B)277.78º55.1%57.65%-
XYZ14.559.7828.73-
YUV90.48159.9146.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.45%
GREEN value IS 66 (26.17% from 255) = 20%
BLUE value IS 147 (57.81% from 255) = 44.55%
R=35.45%
G=20%
B=44.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117661470.200.5500.42277.7838.0341.76
Hex754293143702A116262a
Octal16510222324670524264652
Binary1110101100001010010011101001101110101010100010110100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754293; }

 p { color: rgb(117,66,147); }

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

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

 a { background-color: rgb(117,66,147); }

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

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

 span { border-color: rgb(117,66,147); }

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