Html Css Color HEX #775493 Affair

📋 copy color: '#775493'

red 119 ◦ green 84 ◦ blue 147

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

Shades of Affair #775493

Tints of Affair #775493

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24%

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

R = 34%
G = 24%
B = 42%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#775493 (or 0x775493) is known color: Affair. HEX triplet: 77, 54 and 93. RGB value is (119,84,147). Sum of RGB (Red+Green+Blue) = 119+84+147=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 147 (57.81% from 255 or 42% from 350); Max value from RGB is 147 - color contains mainly: blue. Hex color #775493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775493 is #88AB6C. Grayscale: #656565. Windows color (decimal): -8956781 or 9655415. OLE color: 9655415.

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

Color convert

RGB 119 84 147 -
CMYK 0.19 0.43 0 0.42
HSL 273.33º 0.27% 0.45% -
HSV(B) 273.33º 0.43% 0.58% -
XYZ 16.04 12.37 29.15 -
YUV 101.65 153.6 140.38 -
System Red Green Blue C M Y K H S L
Decimal 119 84 147 0.19 0.43 0 0.42 273.33 0.27 0.45
Hex 77 54 93 13 2B 0 2A 111 1B 2D
Octal 167 124 223 23 53 0 52 421 33 55
Binary 1110111 1010100 10010011 10011 101011 0 101010 100010001 11011 101101

Color Harmonies of #775493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775493

Black with #775493

Text Example


Text Example

White with #775493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775493; }

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

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

background-color css

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

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

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

border-color css

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

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

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