Html Css Color HEX #76498B Affair

📋 copy color: '#76498B'

red 118 ◦ green 73 ◦ blue 139

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

Shades of Affair #76498B

Tints of Affair #76498B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.12%

R = 35.76%
G = 22.12%
B = 42.12%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76498B (or 0x76498B) is known color: Affair. HEX triplet: 76, 49 and 8B. RGB value is (118,73,139). Sum of RGB (Red+Green+Blue) = 118+73+139=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 139 - color contains mainly: blue. Hex color #76498B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76498B is #89B674. Grayscale: #5D5D5D. Windows color (decimal): -9025141 or 9128310. OLE color: 9128310.

HSL color Cylindrical-coordinate representation of color #76498B: hue angle of 280.91º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76498B is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 73 139 -
CMYK 0.15 0.47 0 0.45
HSL 280.91º 0.31% 0.42% -
HSV(B) 280.91º 0.47% 0.55% -
XYZ 14.51 10.48 25.68 -
YUV 93.98 153.41 145.13 -
System Red Green Blue C M Y K H S L
Decimal 118 73 139 0.15 0.47 0 0.45 280.91 0.31 0.42
Hex 76 49 8B F 2F 0 2D 119 1F 2A
Octal 166 111 213 17 57 0 55 431 37 52
Binary 1110110 1001001 10001011 1111 101111 0 101101 100011001 11111 101010

Color Harmonies of #76498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76498B

Black with #76498B

Text Example


Text Example

White with #76498B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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