Html Css Color HEX #764182 Affair

📋 copy color: '#764182'

red 118 ◦ green 65 ◦ blue 130

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

Shades of Affair #764182

Tints of Affair #764182

RGB

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

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

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

R = 37.7%
G = 20.77%
B = 41.53%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#764182 (or 0x764182) is known color: Affair. HEX triplet: 76, 41 and 82. RGB value is (118,65,130). Sum of RGB (Red+Green+Blue) = 118+65+130=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 130 - color contains mainly: blue. Hex color #764182 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764182 is #89BE7D. Grayscale: #585858. Windows color (decimal): -9027198 or 8536438. OLE color: 8536438.

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

Color convert

RGB 118 65 130 -
CMYK 0.09 0.50 0 0.49
HSL 288.92º 0.33% 0.38% -
HSV(B) 288.92º 0.5% 0.51% -
XYZ 13.39 9.24 22.2 -
YUV 88.26 151.56 149.21 -
System Red Green Blue C M Y K H S L
Decimal 118 65 130 0.09 0.50 0 0.49 288.92 0.33 0.38
Hex 76 41 82 9 32 0 31 121 21 26
Octal 166 101 202 11 62 0 61 441 41 46
Binary 1110110 1000001 10000010 1001 110010 0 110001 100100001 100001 100110

Color Harmonies of #764182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764182

Black with #764182

Text Example


Text Example

White with #764182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764182; }

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

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

background-color css

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

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

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

border-color css

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

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

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