Html Css Color HEX #784493 Affair

📋 copy color: '#784493'

red 120 ◦ green 68 ◦ blue 147

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

Shades of Affair #784493

Tints of Affair #784493

RGB

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

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

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

R = 35.82%
G = 20.3%
B = 43.88%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#784493 (or 0x784493) is known color: Affair. HEX triplet: 78, 44 and 93. RGB value is (120,68,147). Sum of RGB (Red+Green+Blue) = 120+68+147=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 147 - color contains mainly: blue. Hex color #784493 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784493 is #87BB6C. Grayscale: #5C5C5C. Windows color (decimal): -8895341 or 9651320. OLE color: 9651320.

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

Color convert

RGB 120 68 147 -
CMYK 0.18 0.54 0 0.42
HSL 279.49º 0.37% 0.42% -
HSV(B) 279.49º 0.54% 0.58% -
XYZ 15.08 10.23 28.78 -
YUV 92.55 158.73 147.58 -
System Red Green Blue C M Y K H S L
Decimal 120 68 147 0.18 0.54 0 0.42 279.49 0.37 0.42
Hex 78 44 93 12 36 0 2A 117 25 2A
Octal 170 104 223 22 66 0 52 427 45 52
Binary 1111000 1000100 10010011 10010 110110 0 101010 100010111 100101 101010

Color Harmonies of #784493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784493

Black with #784493

Text Example


Text Example

White with #784493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784493; }

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

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

background-color css

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

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

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

border-color css

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

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

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