Html Css Color HEX #764585 Affair

📋 copy color: '#764585'

red 118 ◦ green 69 ◦ blue 133

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

Shades of Affair #764585

Tints of Affair #764585

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.56%

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

R = 36.88%
G = 21.56%
B = 41.56%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#764585 (or 0x764585) is known color: Affair. HEX triplet: 76, 45 and 85. RGB value is (118,69,133). Sum of RGB (Red+Green+Blue) = 118+69+133=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #764585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764585 is #89BA7A. Grayscale: #5A5A5A. Windows color (decimal): -9026171 or 8734070. OLE color: 8734070.

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

Color convert

RGB 118 69 133 -
CMYK 0.11 0.48 0 0.48
HSL 285.94º 0.32% 0.4% -
HSV(B) 285.94º 0.48% 0.52% -
XYZ 13.83 9.8 23.35 -
YUV 90.95 151.73 147.3 -
System Red Green Blue C M Y K H S L
Decimal 118 69 133 0.11 0.48 0 0.48 285.94 0.32 0.4
Hex 76 45 85 B 30 0 30 11E 20 28
Octal 166 105 205 13 60 0 60 436 40 50
Binary 1110110 1000101 10000101 1011 110000 0 110000 100011110 100000 101000

Color Harmonies of #764585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764585

Black with #764585

Text Example


Text Example

White with #764585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764585; }

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

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

background-color css

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

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

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

border-color css

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

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

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