Html Css Color HEX #745383 Affair

📋 copy color: '#745383'

red 116 ◦ green 83 ◦ blue 131

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

Shades of Affair #745383

Tints of Affair #745383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 39.7%

R = 35.15%
G = 25.15%
B = 39.7%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#745383 (or 0x745383) is known color: Affair. HEX triplet: 74, 53 and 83. RGB value is (116,83,131). Sum of RGB (Red+Green+Blue) = 116+83+131=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 131 (51.56% from 255 or 39.70% from 330); Max value from RGB is 131 - color contains mainly: blue. Hex color #745383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745383 is #8BAC7C. Grayscale: #626262. Windows color (decimal): -9153661 or 8606580. OLE color: 8606580.

HSL color Cylindrical-coordinate representation of color #745383: hue angle of 281.25º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #745383 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 83 131 -
CMYK 0.11 0.37 0 0.49
HSL 281.25º 0.22% 0.42% -
HSV(B) 281.25º 0.37% 0.51% -
XYZ 14.39 11.54 22.94 -
YUV 98.34 146.43 140.6 -
System Red Green Blue C M Y K H S L
Decimal 116 83 131 0.11 0.37 0 0.49 281.25 0.22 0.42
Hex 74 53 83 B 25 0 31 119 16 2A
Octal 164 123 203 13 45 0 61 431 26 52
Binary 1110100 1010011 10000011 1011 100101 0 110001 100011001 10110 101010

Color Harmonies of #745383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745383

Black with #745383

Text Example


Text Example

White with #745383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745383; }

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

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

background-color css

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

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

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

border-color css

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

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

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