Html Css Color HEX #74578D Affair

📋 copy color: '#74578D'

red 116 ◦ green 87 ◦ blue 141

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

Shades of Affair #74578D

Tints of Affair #74578D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.29%

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

R = 33.72%
G = 25.29%
B = 40.99%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74578D (or 0x74578D) is known color: Affair. HEX triplet: 74, 57 and 8D. RGB value is (116,87,141). Sum of RGB (Red+Green+Blue) = 116+87+141=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 87 (34.38% from 255 or 25.29% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 141 - color contains mainly: blue. Hex color #74578D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74578D is #8BA872. Grayscale: #656565. Windows color (decimal): -9152627 or 9262964. OLE color: 9262964.

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

Color convert

RGB 116 87 141 -
CMYK 0.18 0.38 0 0.45
HSL 272.22º 0.24% 0.45% -
HSV(B) 272.22º 0.38% 0.55% -
XYZ 15.42 12.45 26.79 -
YUV 101.83 150.11 138.11 -
System Red Green Blue C M Y K H S L
Decimal 116 87 141 0.18 0.38 0 0.45 272.22 0.24 0.45
Hex 74 57 8D 12 26 0 2D 110 18 2D
Octal 164 127 215 22 46 0 55 420 30 55
Binary 1110100 1010111 10001101 10010 100110 0 101101 100010000 11000 101101

Color Harmonies of #74578D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74578D

Black with #74578D

Text Example


Text Example

White with #74578D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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