Html Css Color HEX #745388 Affair

📋 copy color: '#745388'

red 116 ◦ green 83 ◦ blue 136

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

Shades of Affair #745388

Tints of Affair #745388

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.78%

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

R = 34.63%
G = 24.78%
B = 40.6%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#745388 (or 0x745388) is known color: Affair. HEX triplet: 74, 53 and 88. RGB value is (116,83,136). Sum of RGB (Red+Green+Blue) = 116+83+136=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 136 - color contains mainly: blue. Hex color #745388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745388 is #8BAC77. Grayscale: #626262. Windows color (decimal): -9153656 or 8934260. OLE color: 8934260.

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

Color convert

RGB 116 83 136 -
CMYK 0.15 0.39 0 0.47
HSL 277.36º 0.24% 0.43% -
HSV(B) 277.36º 0.39% 0.53% -
XYZ 14.74 11.68 24.77 -
YUV 98.91 148.93 140.19 -
System Red Green Blue C M Y K H S L
Decimal 116 83 136 0.15 0.39 0 0.47 277.36 0.24 0.43
Hex 74 53 88 F 27 0 2F 115 18 2B
Octal 164 123 210 17 47 0 57 425 30 53
Binary 1110100 1010011 10001000 1111 100111 0 101111 100010101 11000 101011

Color Harmonies of #745388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745388

Black with #745388

Text Example


Text Example

White with #745388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745388; }

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

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

background-color css

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

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

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

border-color css

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

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

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