Html Css Color HEX #764485 Affair

📋 copy color: '#764485'

red 118 ◦ green 68 ◦ blue 133

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

Shades of Affair #764485

Tints of Affair #764485

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.32%

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

R = 36.99%
G = 21.32%
B = 41.69%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#764485 (or 0x764485) is known color: Affair. HEX triplet: 76, 44 and 85. RGB value is (118,68,133). Sum of RGB (Red+Green+Blue) = 118+68+133=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 133 - color contains mainly: blue. Hex color #764485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764485 is #89BB7A. Grayscale: #5A5A5A. Windows color (decimal): -9026427 or 8733814. OLE color: 8733814.

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

Color convert

RGB 118 68 133 -
CMYK 0.11 0.49 0 0.48
HSL 286.15º 0.32% 0.39% -
HSV(B) 286.15º 0.49% 0.52% -
XYZ 13.77 9.68 23.33 -
YUV 90.36 152.07 147.71 -
System Red Green Blue C M Y K H S L
Decimal 118 68 133 0.11 0.49 0 0.48 286.15 0.32 0.39
Hex 76 44 85 B 31 0 30 11E 20 27
Octal 166 104 205 13 61 0 60 436 40 47
Binary 1110110 1000100 10000101 1011 110001 0 110000 100011110 100000 100111

Color Harmonies of #764485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764485

Black with #764485

Text Example


Text Example

White with #764485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764485; }

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

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

background-color css

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

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

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

border-color css

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

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

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