Html Css Color HEX #76518F Affair

📋 copy color: '#76518F'

red 118 ◦ green 81 ◦ blue 143

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

Shades of Affair #76518F

Tints of Affair #76518F

RGB

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

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

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

R = 34.5%
G = 23.68%
B = 41.81%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#76518F (or 0x76518F) is known color: Affair. HEX triplet: 76, 51 and 8F. RGB value is (118,81,143). Sum of RGB (Red+Green+Blue) = 118+81+143=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 143 (56.25% from 255 or 41.81% from 342); Max value from RGB is 143 - color contains mainly: blue. Hex color #76518F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76518F is #89AE70. Grayscale: #626262. Windows color (decimal): -9023089 or 9392502. OLE color: 9392502.

HSL color Cylindrical-coordinate representation of color #76518F: hue angle of 275.81º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76518F is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 81 143 -
CMYK 0.17 0.43 0 0.44
HSL 275.81º 0.28% 0.44% -
HSV(B) 275.81º 0.43% 0.56% -
XYZ 15.37 11.72 27.44 -
YUV 99.13 152.76 141.46 -
System Red Green Blue C M Y K H S L
Decimal 118 81 143 0.17 0.43 0 0.44 275.81 0.28 0.44
Hex 76 51 8F 11 2B 0 2C 114 1C 2C
Octal 166 121 217 21 53 0 54 424 34 54
Binary 1110110 1010001 10001111 10001 101011 0 101100 100010100 11100 101100

Color Harmonies of #76518F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76518F

Black with #76518F

Text Example


Text Example

White with #76518F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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