Html Css Color HEX #745289 Affair

📋 copy color: '#745289'

red 116 ◦ green 82 ◦ blue 137

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

Shades of Affair #745289

Tints of Affair #745289

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.48%

 BLUE value IS 137 (53.91% from 255) = 40.9%

R = 34.63%
G = 24.48%
B = 40.9%

CMYK

 C value IS 0.15

 M value IS 0.40

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#745289 (or 0x745289) is known color: Affair. HEX triplet: 74, 52 and 89. RGB value is (116,82,137). Sum of RGB (Red+Green+Blue) = 116+82+137=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 137 - color contains mainly: blue. Hex color #745289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745289 is #8BAD76. Grayscale: #626262. Windows color (decimal): -9153911 or 8999540. OLE color: 8999540.

HSL color Cylindrical-coordinate representation of color #745289: hue angle of 277.09º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #745289 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 82 137 -
CMYK 0.15 0.40 0 0.46
HSL 277.09º 0.25% 0.43% -
HSV(B) 277.09º 0.4% 0.54% -
XYZ 14.74 11.55 25.12 -
YUV 98.44 149.76 140.53 -
System Red Green Blue C M Y K H S L
Decimal 116 82 137 0.15 0.40 0 0.46 277.09 0.25 0.43
Hex 74 52 89 F 28 0 2E 115 19 2B
Octal 164 122 211 17 50 0 56 425 31 53
Binary 1110100 1010010 10001001 1111 101000 0 101110 100010101 11001 101011

Color Harmonies of #745289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745289

Black with #745289

Text Example


Text Example

White with #745289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745289; }

 p { color: rgb(116,82,137); }

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

background-color css

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

 a { background-color: rgb(116,82,137); }

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

border-color css

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

 span { border-color: rgb(116,82,137); }

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