Html Css Color HEX #764893 Affair

📋 copy color: '#764893'

red 118 ◦ green 72 ◦ blue 147

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

Shades of Affair #764893

Tints of Affair #764893

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.36%

 BLUE value IS 147 (57.81% from 255) = 43.62%

R = 35.01%
G = 21.36%
B = 43.62%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#764893 (or 0x764893) is known color: Affair. HEX triplet: 76, 48 and 93. RGB value is (118,72,147). Sum of RGB (Red+Green+Blue) = 118+72+147=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 147 - color contains mainly: blue. Hex color #764893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764893 is #89B76C. Grayscale: #5E5E5E. Windows color (decimal): -9025389 or 9652342. OLE color: 9652342.

HSL color Cylindrical-coordinate representation of color #764893: hue angle of 276.8º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #764893 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 72 147 -
CMYK 0.20 0.51 0 0.42
HSL 276.8º 0.34% 0.43% -
HSV(B) 276.8º 0.51% 0.58% -
XYZ 15.06 10.59 28.85 -
YUV 94.3 157.74 144.9 -
System Red Green Blue C M Y K H S L
Decimal 118 72 147 0.20 0.51 0 0.42 276.8 0.34 0.43
Hex 76 48 93 14 33 0 2A 115 22 2B
Octal 166 110 223 24 63 0 52 425 42 53
Binary 1110110 1001000 10010011 10100 110011 0 101010 100010101 100010 101011

Color Harmonies of #764893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764893

Black with #764893

Text Example


Text Example

White with #764893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764893; }

 p { color: rgb(118,72,147); }

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

background-color css

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

 a { background-color: rgb(118,72,147); }

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

border-color css

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

 span { border-color: rgb(118,72,147); }

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