Html Css Color HEX #764282 Affair

📋 copy color: '#764282'

red 118 ◦ green 66 ◦ blue 130

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

Shades of Affair #764282

Tints of Affair #764282

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.02%

 BLUE value IS 130 (51.17% from 255) = 41.4%

R = 37.58%
G = 21.02%
B = 41.4%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#764282 (or 0x764282) is known color: Affair. HEX triplet: 76, 42 and 82. RGB value is (118,66,130). Sum of RGB (Red+Green+Blue) = 118+66+130=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 130 - color contains mainly: blue. Hex color #764282 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764282 is #89BD7D. Grayscale: #585858. Windows color (decimal): -9026942 or 8536694. OLE color: 8536694.

HSL color Cylindrical-coordinate representation of color #764282: hue angle of 288.75º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #764282 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 66 130 -
CMYK 0.09 0.49 0 0.49
HSL 288.75º 0.33% 0.38% -
HSV(B) 288.75º 0.49% 0.51% -
XYZ 13.45 9.36 22.22 -
YUV 88.84 151.23 148.8 -
System Red Green Blue C M Y K H S L
Decimal 118 66 130 0.09 0.49 0 0.49 288.75 0.33 0.38
Hex 76 42 82 9 31 0 31 121 21 26
Octal 166 102 202 11 61 0 61 441 41 46
Binary 1110110 1000010 10000010 1001 110001 0 110001 100100001 100001 100110

Color Harmonies of #764282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764282

Black with #764282

Text Example


Text Example

White with #764282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764282; }

 p { color: rgb(118,66,130); }

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

background-color css

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

 a { background-color: rgb(118,66,130); }

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

border-color css

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

 span { border-color: rgb(118,66,130); }

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