Html Css Color HEX #77498D Affair

📋 copy color: '#77498D'

red 119 ◦ green 73 ◦ blue 141

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

Shades of Affair #77498D

Tints of Affair #77498D

RGB

 RED value IS 119 (46.88% from 255) = 35.74%

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

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

R = 35.74%
G = 21.92%
B = 42.34%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77498D (or 0x77498D) is known color: Affair. HEX triplet: 77, 49 and 8D. RGB value is (119,73,141). Sum of RGB (Red+Green+Blue) = 119+73+141=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 141 - color contains mainly: blue. Hex color #77498D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77498D is #88B672. Grayscale: #5E5E5E. Windows color (decimal): -8959603 or 9259383. OLE color: 9259383.

HSL color Cylindrical-coordinate representation of color #77498D: hue angle of 280.59º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77498D is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 73 141 -
CMYK 0.16 0.48 0 0.45
HSL 280.59º 0.32% 0.42% -
HSV(B) 280.59º 0.48% 0.55% -
XYZ 14.8 10.61 26.47 -
YUV 94.51 154.24 145.47 -
System Red Green Blue C M Y K H S L
Decimal 119 73 141 0.16 0.48 0 0.45 280.59 0.32 0.42
Hex 77 49 8D 10 30 0 2D 119 20 2A
Octal 167 111 215 20 60 0 55 431 40 52
Binary 1110111 1001001 10001101 10000 110000 0 101101 100011001 100000 101010

Color Harmonies of #77498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77498D

Black with #77498D

Text Example


Text Example

White with #77498D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,73,141); }

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

background-color css

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

 a { background-color: rgb(119,73,141); }

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

border-color css

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

 span { border-color: rgb(119,73,141); }

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