Html Css Color HEX #774582 Affair

📋 copy color: '#774582'

red 119 ◦ green 69 ◦ blue 130

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

Shades of Affair #774582

Tints of Affair #774582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 40.88%

R = 37.42%
G = 21.7%
B = 40.88%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#774582 (or 0x774582) is known color: Affair. HEX triplet: 77, 45 and 82. RGB value is (119,69,130). Sum of RGB (Red+Green+Blue) = 119+69+130=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 130 - color contains mainly: blue. Hex color #774582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774582 is #88BA7D. Grayscale: #5A5A5A. Windows color (decimal): -8960638 or 8537463. OLE color: 8537463.

HSL color Cylindrical-coordinate representation of color #774582: hue angle of 289.18º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #774582 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 69 130 -
CMYK 0.08 0.47 0 0.49
HSL 289.18º 0.31% 0.39% -
HSV(B) 289.18º 0.47% 0.51% -
XYZ 13.77 9.79 22.28 -
YUV 90.9 150.07 148.04 -
System Red Green Blue C M Y K H S L
Decimal 119 69 130 0.08 0.47 0 0.49 289.18 0.31 0.39
Hex 77 45 82 8 2F 0 31 121 1F 27
Octal 167 105 202 10 57 0 61 441 37 47
Binary 1110111 1000101 10000010 1000 101111 0 110001 100100001 11111 100111

Color Harmonies of #774582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774582

Black with #774582

Text Example


Text Example

White with #774582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774582; }

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

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

background-color css

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

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

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

border-color css

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

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

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