Html Css Color HEX #774285 Affair

📋 copy color: '#774285'

red 119 ◦ green 66 ◦ blue 133

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

Shades of Affair #774285

Tints of Affair #774285

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.75%

 BLUE value IS 133 (52.34% from 255) = 41.82%

R = 37.42%
G = 20.75%
B = 41.82%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#774285 (or 0x774285) is known color: Affair. HEX triplet: 77, 42 and 85. RGB value is (119,66,133). Sum of RGB (Red+Green+Blue) = 119+66+133=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 133 - color contains mainly: blue. Hex color #774285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774285 is #88BD7A. Grayscale: #595959. Windows color (decimal): -8961403 or 8733303. OLE color: 8733303.

HSL color Cylindrical-coordinate representation of color #774285: hue angle of 287.46º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #774285 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 66 133 -
CMYK 0.11 0.50 0 0.48
HSL 287.46º 0.34% 0.39% -
HSV(B) 287.46º 0.5% 0.52% -
XYZ 13.79 9.51 23.3 -
YUV 89.49 152.56 149.05 -
System Red Green Blue C M Y K H S L
Decimal 119 66 133 0.11 0.50 0 0.48 287.46 0.34 0.39
Hex 77 42 85 B 32 0 30 11F 22 27
Octal 167 102 205 13 62 0 60 437 42 47
Binary 1110111 1000010 10000101 1011 110010 0 110000 100011111 100010 100111

Color Harmonies of #774285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774285

Black with #774285

Text Example


Text Example

White with #774285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774285; }

 p { color: rgb(119,66,133); }

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

background-color css

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

 a { background-color: rgb(119,66,133); }

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

border-color css

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

 span { border-color: rgb(119,66,133); }

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