Html Css Color HEX #774693 Affair

📋 copy color: '#774693'

red 119 ◦ green 70 ◦ blue 147

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

Shades of Affair #774693

Tints of Affair #774693

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.83%

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

R = 35.42%
G = 20.83%
B = 43.75%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#774693 (or 0x774693) is known color: Affair. HEX triplet: 77, 46 and 93. RGB value is (119,70,147). Sum of RGB (Red+Green+Blue) = 119+70+147=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 147 - color contains mainly: blue. Hex color #774693 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774693 is #88B96C. Grayscale: #5D5D5D. Windows color (decimal): -8960365 or 9651831. OLE color: 9651831.

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

Color convert

RGB 119 70 147 -
CMYK 0.19 0.52 0 0.42
HSL 278.18º 0.35% 0.43% -
HSV(B) 278.18º 0.52% 0.58% -
XYZ 15.06 10.41 28.82 -
YUV 93.43 158.23 146.24 -
System Red Green Blue C M Y K H S L
Decimal 119 70 147 0.19 0.52 0 0.42 278.18 0.35 0.43
Hex 77 46 93 13 34 0 2A 116 23 2B
Octal 167 106 223 23 64 0 52 426 43 53
Binary 1110111 1000110 10010011 10011 110100 0 101010 100010110 100011 101011

Color Harmonies of #774693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774693

Black with #774693

Text Example


Text Example

White with #774693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774693; }

 p { color: rgb(119,70,147); }

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

background-color css

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

 a { background-color: rgb(119,70,147); }

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

border-color css

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

 span { border-color: rgb(119,70,147); }

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