Html Css Color HEX #784491 Affair

📋 copy color: '#784491'

red 120 ◦ green 68 ◦ blue 145

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

Shades of Affair #784491

Tints of Affair #784491

RGB

 RED value IS 120 (47.27% from 255) = 36.04%

 GREEN value IS 68 (26.95% from 255) = 20.42%

 BLUE value IS 145 (57.03% from 255) = 43.54%

R = 36.04%
G = 20.42%
B = 43.54%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#784491 (or 0x784491) is known color: Affair. HEX triplet: 78, 44 and 91. RGB value is (120,68,145). Sum of RGB (Red+Green+Blue) = 120+68+145=333 (44% of max value = 765). Red value is 120 (47.27% from 255 or 36.04% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 145 - color contains mainly: blue. Hex color #784491 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784491 is #87BB6E. Grayscale: #5C5C5C. Windows color (decimal): -8895343 or 9520248. OLE color: 9520248.

HSL color Cylindrical-coordinate representation of color #784491: hue angle of 280.52º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #784491 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 120 68 145 -
CMYK 0.17 0.53 0 0.43
HSL 280.52º 0.36% 0.42% -
HSV(B) 280.52º 0.53% 0.57% -
XYZ 14.92 10.17 27.96 -
YUV 92.33 157.73 147.74 -
System Red Green Blue C M Y K H S L
Decimal 120 68 145 0.17 0.53 0 0.43 280.52 0.36 0.42
Hex 78 44 91 11 35 0 2B 119 24 2A
Octal 170 104 221 21 65 0 53 431 44 52
Binary 1111000 1000100 10010001 10001 110101 0 101011 100011001 100100 101010

Color Harmonies of #784491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784491

Black with #784491

Text Example


Text Example

White with #784491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784491; }

 p { color: rgb(120,68,145); }

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

background-color css

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

 a { background-color: rgb(120,68,145); }

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

border-color css

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

 span { border-color: rgb(120,68,145); }

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