Html Css Color HEX #76418B Affair

📋 copy color: '#76418B'

red 118 ◦ green 65 ◦ blue 139

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

Shades of Affair #76418B

Tints of Affair #76418B

RGB

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

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

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

R = 36.65%
G = 20.19%
B = 43.17%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76418B (or 0x76418B) is known color: Affair. HEX triplet: 76, 41 and 8B. RGB value is (118,65,139). Sum of RGB (Red+Green+Blue) = 118+65+139=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 139 - color contains mainly: blue. Hex color #76418B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76418B is #89BE74. Grayscale: #595959. Windows color (decimal): -9027189 or 9126262. OLE color: 9126262.

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

Color convert

RGB 118 65 139 -
CMYK 0.15 0.53 0 0.45
HSL 282.97º 0.36% 0.4% -
HSV(B) 282.97º 0.53% 0.55% -
XYZ 14.02 9.5 25.52 -
YUV 89.28 156.06 148.48 -
System Red Green Blue C M Y K H S L
Decimal 118 65 139 0.15 0.53 0 0.45 282.97 0.36 0.4
Hex 76 41 8B F 35 0 2D 11B 24 28
Octal 166 101 213 17 65 0 55 433 44 50
Binary 1110110 1000001 10001011 1111 110101 0 101101 100011011 100100 101000

Color Harmonies of #76418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76418B

Black with #76418B

Text Example


Text Example

White with #76418B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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