Html Css Color HEX #764183 Affair

📋 copy color: '#764183'

red 118 ◦ green 65 ◦ blue 131

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

Shades of Affair #764183

Tints of Affair #764183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 41.72%

R = 37.58%
G = 20.7%
B = 41.72%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#764183 (or 0x764183) is known color: Affair. HEX triplet: 76, 41 and 83. RGB value is (118,65,131). Sum of RGB (Red+Green+Blue) = 118+65+131=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 131 (51.56% from 255 or 41.72% from 314); Max value from RGB is 131 - color contains mainly: blue. Hex color #764183 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764183 is #89BE7C. Grayscale: #585858. Windows color (decimal): -9027197 or 8601974. OLE color: 8601974.

HSL color Cylindrical-coordinate representation of color #764183: hue angle of 288.18º degrees, saturation: 0.34, 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 #764183 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 65 131 -
CMYK 0.10 0.50 0 0.49
HSL 288.18º 0.34% 0.38% -
HSV(B) 288.18º 0.5% 0.51% -
XYZ 13.46 9.27 22.55 -
YUV 88.37 152.06 149.13 -
System Red Green Blue C M Y K H S L
Decimal 118 65 131 0.10 0.50 0 0.49 288.18 0.34 0.38
Hex 76 41 83 A 32 0 31 120 22 26
Octal 166 101 203 12 62 0 61 440 42 46
Binary 1110110 1000001 10000011 1010 110010 0 110001 100100000 100010 100110

Color Harmonies of #764183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764183

Black with #764183

Text Example


Text Example

White with #764183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764183; }

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

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

background-color css

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

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

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

border-color css

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

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

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