Html Css Color HEX #745081 Affair

📋 copy color: '#745081'

red 116 ◦ green 80 ◦ blue 129

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

Shades of Affair #745081

Tints of Affair #745081

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.62%

 BLUE value IS 129 (50.78% from 255) = 39.69%

R = 35.69%
G = 24.62%
B = 39.69%

CMYK

 C value IS 0.10

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#745081 (or 0x745081) is known color: Affair. HEX triplet: 74, 50 and 81. RGB value is (116,80,129). Sum of RGB (Red+Green+Blue) = 116+80+129=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 129 (50.78% from 255 or 39.69% from 325); Max value from RGB is 129 - color contains mainly: blue. Hex color #745081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745081 is #8BAF7E. Grayscale: #606060. Windows color (decimal): -9154431 or 8474740. OLE color: 8474740.

HSL color Cylindrical-coordinate representation of color #745081: hue angle of 284.08º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #745081 is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 80 129 -
CMYK 0.10 0.38 0 0.49
HSL 284.08º 0.23% 0.41% -
HSV(B) 284.08º 0.38% 0.51% -
XYZ 14.03 11.04 22.16 -
YUV 96.35 146.43 142.02 -
System Red Green Blue C M Y K H S L
Decimal 116 80 129 0.10 0.38 0 0.49 284.08 0.23 0.41
Hex 74 50 81 A 26 0 31 11C 17 29
Octal 164 120 201 12 46 0 61 434 27 51
Binary 1110100 1010000 10000001 1010 100110 0 110001 100011100 10111 101001

Color Harmonies of #745081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745081

Black with #745081

Text Example


Text Example

White with #745081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745081; }

 p { color: rgb(116,80,129); }

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

background-color css

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

 a { background-color: rgb(116,80,129); }

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

border-color css

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

 span { border-color: rgb(116,80,129); }

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