Html Css Color HEX #764985 Affair

📋 copy color: '#764985'

red 118 ◦ green 73 ◦ blue 133

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

Shades of Affair #764985

Tints of Affair #764985

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.53%

 BLUE value IS 133 (52.34% from 255) = 41.05%

R = 36.42%
G = 22.53%
B = 41.05%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#764985 (or 0x764985) is known color: Affair. HEX triplet: 76, 49 and 85. RGB value is (118,73,133). Sum of RGB (Red+Green+Blue) = 118+73+133=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 133 - color contains mainly: blue. Hex color #764985 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764985 is #89B67A. Grayscale: #5D5D5D. Windows color (decimal): -9025147 or 8735094. OLE color: 8735094.

HSL color Cylindrical-coordinate representation of color #764985: hue angle of 285º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #764985 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 73 133 -
CMYK 0.11 0.45 0 0.48
HSL 285º 0.29% 0.4% -
HSV(B) 285º 0.45% 0.52% -
XYZ 14.09 10.31 23.44 -
YUV 93.3 150.41 145.62 -
System Red Green Blue C M Y K H S L
Decimal 118 73 133 0.11 0.45 0 0.48 285 0.29 0.4
Hex 76 49 85 B 2D 0 30 11D 1D 28
Octal 166 111 205 13 55 0 60 435 35 50
Binary 1110110 1001001 10000101 1011 101101 0 110000 100011101 11101 101000

Color Harmonies of #764985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764985

Black with #764985

Text Example


Text Example

White with #764985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764985; }

 p { color: rgb(118,73,133); }

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

background-color css

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

 a { background-color: rgb(118,73,133); }

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

border-color css

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

 span { border-color: rgb(118,73,133); }

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