Html Css Color HEX #764592 Affair

📋 copy color: '#764592'

red 118 ◦ green 69 ◦ blue 146

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

Shades of Affair #764592

Tints of Affair #764592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.84%

R = 35.44%
G = 20.72%
B = 43.84%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#764592 (or 0x764592) is known color: Affair. HEX triplet: 76, 45 and 92. RGB value is (118,69,146). Sum of RGB (Red+Green+Blue) = 118+69+146=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 146 - color contains mainly: blue. Hex color #764592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764592 is #89BA6D. Grayscale: #5C5C5C. Windows color (decimal): -9026158 or 9586038. OLE color: 9586038.

HSL color Cylindrical-coordinate representation of color #764592: hue angle of 278.18º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #764592 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 69 146 -
CMYK 0.19 0.53 0 0.43
HSL 278.18º 0.36% 0.42% -
HSV(B) 278.18º 0.53% 0.57% -
XYZ 14.79 10.18 28.38 -
YUV 92.43 158.23 146.24 -
System Red Green Blue C M Y K H S L
Decimal 118 69 146 0.19 0.53 0 0.43 278.18 0.36 0.42
Hex 76 45 92 13 35 0 2B 116 24 2A
Octal 166 105 222 23 65 0 53 426 44 52
Binary 1110110 1000101 10010010 10011 110101 0 101011 100010110 100100 101010

Color Harmonies of #764592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764592

Black with #764592

Text Example


Text Example

White with #764592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764592; }

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

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

background-color css

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

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

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

border-color css

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

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

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