Html Css Color HEX #76498D Affair

📋 copy color: '#76498D'

red 118 ◦ green 73 ◦ blue 141

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

Shades of Affair #76498D

Tints of Affair #76498D

RGB

 RED value IS 118 (46.48% from 255) = 35.54%

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

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

R = 35.54%
G = 21.99%
B = 42.47%

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

#76498D (or 0x76498D) is known color: Affair. HEX triplet: 76, 49 and 8D. RGB value is (118,73,141). Sum of RGB (Red+Green+Blue) = 118+73+141=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 141 - color contains mainly: blue. Hex color #76498D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76498D is #89B672. Grayscale: #5D5D5D. Windows color (decimal): -9025139 or 9259382. OLE color: 9259382.

HSL color Cylindrical-coordinate representation of color #76498D: hue angle of 279.71º 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 #76498D is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 73 141 -
CMYK 0.16 0.48 0 0.45
HSL 279.71º 0.32% 0.42% -
HSV(B) 279.71º 0.48% 0.55% -
XYZ 14.66 10.54 26.46 -
YUV 94.21 154.41 144.97 -
System Red Green Blue C M Y K H S L
Decimal 118 73 141 0.16 0.48 0 0.45 279.71 0.32 0.42
Hex 76 49 8D 10 30 0 2D 118 20 2A
Octal 166 111 215 20 60 0 55 430 40 52
Binary 1110110 1001001 10001101 10000 110000 0 101101 100011000 100000 101010

Color Harmonies of #76498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76498D

Black with #76498D

Text Example


Text Example

White with #76498D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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