Html Css Color HEX #744580 Affair

📋 copy color: '#744580'

red 116 ◦ green 69 ◦ blue 128

#744580
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Affair #744580

Tints of Affair #744580

RGB

 RED value IS 116 (45.7% from 255) = 37.06%

 GREEN value IS 69 (27.34% from 255) = 22.04%

 BLUE value IS 128 (50.39% from 255) = 40.89%

R = 37.06%
G = 22.04%
B = 40.89%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#744580 (or 0x744580) is known color: Affair. HEX triplet: 74, 45 and 80. RGB value is (116,69,128). Sum of RGB (Red+Green+Blue) = 116+69+128=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 128 - color contains mainly: blue. Hex color #744580 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744580 is #8BBA7F. Grayscale: #595959. Windows color (decimal): -9157248 or 8406388. OLE color: 8406388.

HSL color Cylindrical-coordinate representation of color #744580: hue angle of 287.8º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #744580 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 69 128 -
CMYK 0.09 0.46 0 0.50
HSL 287.8º 0.3% 0.39% -
HSV(B) 287.8º 0.46% 0.5% -
XYZ 13.23 9.53 21.56 -
YUV 89.78 149.57 146.7 -
System Red Green Blue C M Y K H S L
Decimal 116 69 128 0.09 0.46 0 0.50 287.8 0.3 0.39
Hex 74 45 80 9 2E 0 32 120 1E 27
Octal 164 105 200 11 56 0 62 440 36 47
Binary 1110100 1000101 10000000 1001 101110 0 110010 100100000 11110 100111

Color Harmonies of #744580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744580

Black with #744580

Text Example


Text Example

White with #744580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744580; }

 p { color: rgb(116,69,128); }

 H1.HeaderClassName
 {
   color: #744580;
 }
 .AnyTagClassName
 {
   color: #744580;
 }
</style>

background-color css

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

 a { background-color: rgb(116,69,128); }

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

border-color css

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

 span { border-color: rgb(116,69,128); }

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