#754A90

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

Shades of Affair #754A90

Tints of Affair #754A90

Color information

#754A90 (or 0x754A90) is unknown color: approx Affair. HEX triplet: 75, 4A and 90. RGB value is (117,74,144). Sum of RGB (Red+Green+Blue) = 117+74+144=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 144 - color contains mainly: blue. Hex color #754A90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754A90 is #8AB56F. Grayscale: #5E5E5E. Windows color (decimal): -9090416 or 9456245. OLE color: 9456245.

HSL color Cylindrical-coordinate representation of color #754A90: hue angle of 276.86º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #754A90 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11774144-
CMYK0.190.4900.44
HSL276.86º32.11%42.75%-
HSV(B)276.86º48.61%56.47%-
XYZ14.8210.6927.67-
YUV94.84155.75143.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.93%
GREEN value IS 74 (29.30% from 255) = 22.09%
BLUE value IS 144 (56.64% from 255) = 42.99%
R=34.93%
G=22.09%
B=42.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117741440.190.4900.44276.8632.1142.75
Hex754A90133102C115202b
Octal16511222023610544254053
Binary1110101100101010010000100111100010101100100010101100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754A90; }

 p { color: rgb(117,74,144); }

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

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

 a { background-color: rgb(117,74,144); }

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

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

 span { border-color: rgb(117,74,144); }

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