Html Css Color HEX #764591 Affair

📋 copy color: '#764591'

red 118 ◦ green 69 ◦ blue 145

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

Shades of Affair #764591

Tints of Affair #764591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 43.67%

R = 35.54%
G = 20.78%
B = 43.67%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#764591 (or 0x764591) is known color: Affair. HEX triplet: 76, 45 and 91. RGB value is (118,69,145). Sum of RGB (Red+Green+Blue) = 118+69+145=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 145 - color contains mainly: blue. Hex color #764591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764591 is #89BA6E. Grayscale: #5C5C5C. Windows color (decimal): -9026159 or 9520502. OLE color: 9520502.

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

Color convert

RGB 118 69 145 -
CMYK 0.19 0.52 0 0.43
HSL 278.68º 0.36% 0.42% -
HSV(B) 278.68º 0.52% 0.57% -
XYZ 14.71 10.15 27.97 -
YUV 92.32 157.73 146.32 -
System Red Green Blue C M Y K H S L
Decimal 118 69 145 0.19 0.52 0 0.43 278.68 0.36 0.42
Hex 76 45 91 13 34 0 2B 117 24 2A
Octal 166 105 221 23 64 0 53 427 44 52
Binary 1110110 1000101 10010001 10011 110100 0 101011 100010111 100100 101010

Color Harmonies of #764591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764591

Black with #764591

Text Example


Text Example

White with #764591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764591; }

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

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

background-color css

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

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

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

border-color css

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

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

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