#744A8E

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

Shades of Affair #744A8E

Tints of Affair #744A8E

Color information

#744A8E (or 0x744A8E) is unknown color: approx Affair. HEX triplet: 74, 4A and 8E. RGB value is (116,74,142). Sum of RGB (Red+Green+Blue) = 116+74+142=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 142 - color contains mainly: blue. Hex color #744A8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744A8E is #8BB571. Grayscale: #5E5E5E. Windows color (decimal): -9155954 or 9325172. OLE color: 9325172.

HSL color Cylindrical-coordinate representation of color #744A8E: hue angle of 277.06º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #744A8E is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11674142-
CMYK0.180.4800.44
HSL277.06º31.48%42.35%-
HSV(B)277.06º47.89%55.69%-
XYZ14.5310.5626.86-
YUV94.31154.91143.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.94%
GREEN value IS 74 (29.30% from 255) = 22.29%
BLUE value IS 142 (55.86% from 255) = 42.77%
R=34.94%
G=22.29%
B=42.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116741420.180.4800.44277.0631.4842.35
Hex744A8E123002C1151f2a
Octal16411221622600544253752
Binary111010010010101000111010010110000010110010001010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744A8E; }

 p { color: rgb(116,74,142); }

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

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

 a { background-color: rgb(116,74,142); }

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

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

 span { border-color: rgb(116,74,142); }

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