Html Css Color HEX #745088 Affair

📋 copy color: '#745088'

red 116 ◦ green 80 ◦ blue 136

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

Shades of Affair #745088

Tints of Affair #745088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.96%

R = 34.94%
G = 24.1%
B = 40.96%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#745088 (or 0x745088) is known color: Affair. HEX triplet: 74, 50 and 88. RGB value is (116,80,136). Sum of RGB (Red+Green+Blue) = 116+80+136=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 136 - color contains mainly: blue. Hex color #745088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745088 is #8BAF77. Grayscale: #606060. Windows color (decimal): -9154424 or 8933492. OLE color: 8933492.

HSL color Cylindrical-coordinate representation of color #745088: hue angle of 278.57º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #745088 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 80 136 -
CMYK 0.15 0.41 0 0.47
HSL 278.57º 0.26% 0.42% -
HSV(B) 278.57º 0.41% 0.53% -
XYZ 14.52 11.23 24.69 -
YUV 97.15 149.93 141.45 -
System Red Green Blue C M Y K H S L
Decimal 116 80 136 0.15 0.41 0 0.47 278.57 0.26 0.42
Hex 74 50 88 F 29 0 2F 117 1A 2A
Octal 164 120 210 17 51 0 57 427 32 52
Binary 1110100 1010000 10001000 1111 101001 0 101111 100010111 11010 101010

Color Harmonies of #745088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745088

Black with #745088

Text Example


Text Example

White with #745088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745088; }

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

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

background-color css

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

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

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

border-color css

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

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

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