Html Css Color HEX #745985 Affair

📋 copy color: '#745985'

red 116 ◦ green 89 ◦ blue 133

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

Shades of Affair #745985

Tints of Affair #745985

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.33%

 BLUE value IS 133 (52.34% from 255) = 39.35%

R = 34.32%
G = 26.33%
B = 39.35%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#745985 (or 0x745985) is known color: Affair. HEX triplet: 74, 59 and 85. RGB value is (116,89,133). Sum of RGB (Red+Green+Blue) = 116+89+133=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 133 - color contains mainly: blue. Hex color #745985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745985 is #8BA67A. Grayscale: #656565. Windows color (decimal): -9152123 or 8739188. OLE color: 8739188.

HSL color Cylindrical-coordinate representation of color #745985: hue angle of 276.82º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #745985 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 89 133 -
CMYK 0.13 0.33 0 0.48
HSL 276.82º 0.2% 0.44% -
HSV(B) 276.82º 0.33% 0.52% -
XYZ 15.01 12.55 23.82 -
YUV 102.09 145.45 137.92 -
System Red Green Blue C M Y K H S L
Decimal 116 89 133 0.13 0.33 0 0.48 276.82 0.2 0.44
Hex 74 59 85 D 21 0 30 115 14 2C
Octal 164 131 205 15 41 0 60 425 24 54
Binary 1110100 1011001 10000101 1101 100001 0 110000 100010101 10100 101100

Color Harmonies of #745985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745985

Black with #745985

Text Example


Text Example

White with #745985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745985; }

 p { color: rgb(116,89,133); }

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

background-color css

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

 a { background-color: rgb(116,89,133); }

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

border-color css

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

 span { border-color: rgb(116,89,133); }

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