Html Css Color HEX #784495 Affair

📋 copy color: '#784495'

red 120 ◦ green 68 ◦ blue 149

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

Shades of Affair #784495

Tints of Affair #784495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.21%

R = 35.61%
G = 20.18%
B = 44.21%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#784495 (or 0x784495) is known color: Affair. HEX triplet: 78, 44 and 95. RGB value is (120,68,149). Sum of RGB (Red+Green+Blue) = 120+68+149=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 149 - color contains mainly: blue. Hex color #784495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784495 is #87BB6A. Grayscale: #5C5C5C. Windows color (decimal): -8895339 or 9782392. OLE color: 9782392.

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

Color convert

RGB 120 68 149 -
CMYK 0.19 0.54 0 0.42
HSL 278.52º 0.37% 0.43% -
HSV(B) 278.52º 0.54% 0.58% -
XYZ 15.24 10.3 29.62 -
YUV 92.78 159.73 147.41 -
System Red Green Blue C M Y K H S L
Decimal 120 68 149 0.19 0.54 0 0.42 278.52 0.37 0.43
Hex 78 44 95 13 36 0 2A 117 25 2B
Octal 170 104 225 23 66 0 52 427 45 53
Binary 1111000 1000100 10010101 10011 110110 0 101010 100010111 100101 101011

Color Harmonies of #784495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784495

Black with #784495

Text Example


Text Example

White with #784495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784495; }

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

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

background-color css

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

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

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

border-color css

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

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

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