Html Css Color HEX #774591 Affair

📋 copy color: '#774591'

red 119 ◦ green 69 ◦ blue 145

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

Shades of Affair #774591

Tints of Affair #774591

RGB

 RED value IS 119 (46.88% from 255) = 35.74%

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

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

R = 35.74%
G = 20.72%
B = 43.54%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#774591 (or 0x774591) is known color: Affair. HEX triplet: 77, 45 and 91. RGB value is (119,69,145). Sum of RGB (Red+Green+Blue) = 119+69+145=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 145 - color contains mainly: blue. Hex color #774591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774591 is #88BA6E. Grayscale: #5C5C5C. Windows color (decimal): -8960623 or 9520503. OLE color: 9520503.

HSL color Cylindrical-coordinate representation of color #774591: hue angle of 279.47º 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 #774591 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 69 145 -
CMYK 0.18 0.52 0 0.43
HSL 279.47º 0.36% 0.42% -
HSV(B) 279.47º 0.52% 0.57% -
XYZ 14.85 10.22 27.98 -
YUV 92.61 157.57 146.82 -
System Red Green Blue C M Y K H S L
Decimal 119 69 145 0.18 0.52 0 0.43 279.47 0.36 0.42
Hex 77 45 91 12 34 0 2B 117 24 2A
Octal 167 105 221 22 64 0 53 427 44 52
Binary 1110111 1000101 10010001 10010 110100 0 101011 100010111 100100 101010

Color Harmonies of #774591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774591

Black with #774591

Text Example


Text Example

White with #774591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774591; }

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

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

background-color css

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

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

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

border-color css

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

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

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