Html Css Color HEX #74498F Affair

📋 copy color: '#74498F'

red 116 ◦ green 73 ◦ blue 143

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

Shades of Affair #74498F

Tints of Affair #74498F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.99%

 BLUE value IS 143 (56.25% from 255) = 43.07%

R = 34.94%
G = 21.99%
B = 43.07%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#74498F (or 0x74498F) is known color: Affair. HEX triplet: 74, 49 and 8F. RGB value is (116,73,143). Sum of RGB (Red+Green+Blue) = 116+73+143=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 143 (56.25% from 255 or 43.07% from 332); Max value from RGB is 143 - color contains mainly: blue. Hex color #74498F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74498F is #8BB670. Grayscale: #5D5D5D. Windows color (decimal): -9156209 or 9390452. OLE color: 9390452.

HSL color Cylindrical-coordinate representation of color #74498F: hue angle of 276.86º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74498F is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 73 143 -
CMYK 0.19 0.49 0 0.44
HSL 276.86º 0.32% 0.42% -
HSV(B) 276.86º 0.49% 0.56% -
XYZ 14.54 10.46 27.24 -
YUV 93.84 155.75 143.81 -
System Red Green Blue C M Y K H S L
Decimal 116 73 143 0.19 0.49 0 0.44 276.86 0.32 0.42
Hex 74 49 8F 13 31 0 2C 115 20 2A
Octal 164 111 217 23 61 0 54 425 40 52
Binary 1110100 1001001 10001111 10011 110001 0 101100 100010101 100000 101010

Color Harmonies of #74498F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74498F

Black with #74498F

Text Example


Text Example

White with #74498F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74498F; }

 p { color: rgb(116,73,143); }

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

background-color css

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

 a { background-color: rgb(116,73,143); }

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

border-color css

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

 span { border-color: rgb(116,73,143); }

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