Html Css Color HEX #774592 Affair

📋 copy color: '#774592'

red 119 ◦ green 69 ◦ blue 146

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

Shades of Affair #774592

Tints of Affair #774592

RGB

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

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

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

R = 35.63%
G = 20.66%
B = 43.71%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#774592 (or 0x774592) is known color: Affair. HEX triplet: 77, 45 and 92. RGB value is (119,69,146). Sum of RGB (Red+Green+Blue) = 119+69+146=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 146 - color contains mainly: blue. Hex color #774592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774592 is #88BA6D. Grayscale: #5C5C5C. Windows color (decimal): -8960622 or 9586039. OLE color: 9586039.

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

Color convert

RGB 119 69 146 -
CMYK 0.18 0.53 0 0.43
HSL 278.96º 0.36% 0.42% -
HSV(B) 278.96º 0.53% 0.57% -
XYZ 14.92 10.25 28.39 -
YUV 92.73 158.07 146.74 -
System Red Green Blue C M Y K H S L
Decimal 119 69 146 0.18 0.53 0 0.43 278.96 0.36 0.42
Hex 77 45 92 12 35 0 2B 117 24 2A
Octal 167 105 222 22 65 0 53 427 44 52
Binary 1110111 1000101 10010010 10010 110101 0 101011 100010111 100100 101010

Color Harmonies of #774592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774592

Black with #774592

Text Example


Text Example

White with #774592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774592; }

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

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

background-color css

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

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

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

border-color css

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

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

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