Html Css Color HEX #74518D Affair

📋 copy color: '#74518D'

red 116 ◦ green 81 ◦ blue 141

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

Shades of Affair #74518D

Tints of Affair #74518D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.96%

 BLUE value IS 141 (55.47% from 255) = 41.72%

R = 34.32%
G = 23.96%
B = 41.72%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74518D (or 0x74518D) is known color: Affair. HEX triplet: 74, 51 and 8D. RGB value is (116,81,141). Sum of RGB (Red+Green+Blue) = 116+81+141=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 141 - color contains mainly: blue. Hex color #74518D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74518D is #8BAE72. Grayscale: #626262. Windows color (decimal): -9154163 or 9261428. OLE color: 9261428.

HSL color Cylindrical-coordinate representation of color #74518D: hue angle of 275º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74518D is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 81 141 -
CMYK 0.18 0.43 0 0.45
HSL 275º 0.27% 0.44% -
HSV(B) 275º 0.43% 0.55% -
XYZ 14.95 11.52 26.63 -
YUV 98.31 152.1 140.62 -
System Red Green Blue C M Y K H S L
Decimal 116 81 141 0.18 0.43 0 0.45 275 0.27 0.44
Hex 74 51 8D 12 2B 0 2D 113 1B 2C
Octal 164 121 215 22 53 0 55 423 33 54
Binary 1110100 1010001 10001101 10010 101011 0 101101 100010011 11011 101100

Color Harmonies of #74518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74518D

Black with #74518D

Text Example


Text Example

White with #74518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74518D; }

 p { color: rgb(116,81,141); }

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

background-color css

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

 a { background-color: rgb(116,81,141); }

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

border-color css

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

 span { border-color: rgb(116,81,141); }

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