Html Css Color HEX #76518B Affair

📋 copy color: '#76518B'

red 118 ◦ green 81 ◦ blue 139

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

Shades of Affair #76518B

Tints of Affair #76518B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.96%

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

R = 34.91%
G = 23.96%
B = 41.12%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76518B (or 0x76518B) is known color: Affair. HEX triplet: 76, 51 and 8B. RGB value is (118,81,139). Sum of RGB (Red+Green+Blue) = 118+81+139=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 139 - color contains mainly: blue. Hex color #76518B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76518B is #89AE74. Grayscale: #626262. Windows color (decimal): -9023093 or 9130358. OLE color: 9130358.

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

Color convert

RGB 118 81 139 -
CMYK 0.15 0.42 0 0.45
HSL 278.28º 0.26% 0.43% -
HSV(B) 278.28º 0.42% 0.55% -
XYZ 15.07 11.6 25.87 -
YUV 98.68 150.76 141.78 -
System Red Green Blue C M Y K H S L
Decimal 118 81 139 0.15 0.42 0 0.45 278.28 0.26 0.43
Hex 76 51 8B F 2A 0 2D 116 1A 2B
Octal 166 121 213 17 52 0 55 426 32 53
Binary 1110110 1010001 10001011 1111 101010 0 101101 100010110 11010 101011

Color Harmonies of #76518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76518B

Black with #76518B

Text Example


Text Example

White with #76518B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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