Html Css Color HEX #775893 Affair

📋 copy color: '#775893'

red 119 ◦ green 88 ◦ blue 147

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

Shades of Affair #775893

Tints of Affair #775893

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.86%

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

R = 33.62%
G = 24.86%
B = 41.53%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#775893 (or 0x775893) is known color: Affair. HEX triplet: 77, 58 and 93. RGB value is (119,88,147). Sum of RGB (Red+Green+Blue) = 119+88+147=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 147 - color contains mainly: blue. Hex color #775893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775893 is #88A76C. Grayscale: #676767. Windows color (decimal): -8955757 or 9656439. OLE color: 9656439.

HSL color Cylindrical-coordinate representation of color #775893: hue angle of 271.53º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #775893 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 88 147 -
CMYK 0.19 0.40 0 0.42
HSL 271.53º 0.25% 0.46% -
HSV(B) 271.53º 0.4% 0.58% -
XYZ 16.36 13.01 29.25 -
YUV 104 152.27 138.7 -
System Red Green Blue C M Y K H S L
Decimal 119 88 147 0.19 0.40 0 0.42 271.53 0.25 0.46
Hex 77 58 93 13 28 0 2A 110 19 2E
Octal 167 130 223 23 50 0 52 420 31 56
Binary 1110111 1011000 10010011 10011 101000 0 101010 100010000 11001 101110

Color Harmonies of #775893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775893

Black with #775893

Text Example


Text Example

White with #775893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775893; }

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

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

background-color css

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

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

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

border-color css

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

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

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