Html Css Color HEX #76418A Affair

📋 copy color: '#76418A'

red 118 ◦ green 65 ◦ blue 138

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

Shades of Affair #76418A

Tints of Affair #76418A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.25%

 BLUE value IS 138 (54.3% from 255) = 42.99%

R = 36.76%
G = 20.25%
B = 42.99%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#76418A (or 0x76418A) is known color: Affair. HEX triplet: 76, 41 and 8A. RGB value is (118,65,138). Sum of RGB (Red+Green+Blue) = 118+65+138=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 138 - color contains mainly: blue. Hex color #76418A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76418A is #89BE75. Grayscale: #585858. Windows color (decimal): -9027190 or 9060726. OLE color: 9060726.

HSL color Cylindrical-coordinate representation of color #76418A: hue angle of 283.56º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76418A is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 65 138 -
CMYK 0.14 0.53 0 0.46
HSL 283.56º 0.36% 0.4% -
HSV(B) 283.56º 0.53% 0.54% -
XYZ 13.95 9.47 25.14 -
YUV 89.17 155.56 148.56 -
System Red Green Blue C M Y K H S L
Decimal 118 65 138 0.14 0.53 0 0.46 283.56 0.36 0.4
Hex 76 41 8A E 35 0 2E 11C 24 28
Octal 166 101 212 16 65 0 56 434 44 50
Binary 1110110 1000001 10001010 1110 110101 0 101110 100011100 100100 101000

Color Harmonies of #76418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76418A

Black with #76418A

Text Example


Text Example

White with #76418A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76418A; }

 p { color: rgb(118,65,138); }

 H1.HeaderClassName
 {
   color: #76418A;
 }
 .AnyTagClassName
 {
   color: #76418A;
 }
</style>

background-color css

<style>
 a { background-color: #76418A; }

 a { background-color: rgb(118,65,138); }

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

border-color css

<style>
 span { border-color: #76418A; }

 span { border-color: rgb(118,65,138); }

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