Html Css Color HEX #784386 Affair

📋 copy color: '#784386'

red 120 ◦ green 67 ◦ blue 134

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

Shades of Affair #784386

Tints of Affair #784386

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.87%

 BLUE value IS 134 (52.73% from 255) = 41.74%

R = 37.38%
G = 20.87%
B = 41.74%

CMYK

 C value IS 0.10

 M value IS 0.5

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#784386 (or 0x784386) is known color: Affair. HEX triplet: 78, 43 and 86. RGB value is (120,67,134). Sum of RGB (Red+Green+Blue) = 120+67+134=321 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.38% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 134 - color contains mainly: blue. Hex color #784386 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784386 is #87BC79. Grayscale: #5A5A5A. Windows color (decimal): -8895610 or 8799096. OLE color: 8799096.

HSL color Cylindrical-coordinate representation of color #784386: hue angle of 287.46º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #784386 is Cyan = 0.10, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 120 67 134 -
CMYK 0.10 0.5 0 0.47
HSL 287.46º 0.33% 0.39% -
HSV(B) 287.46º 0.5% 0.53% -
XYZ 14.06 9.73 23.69 -
YUV 90.49 152.56 149.05 -
System Red Green Blue C M Y K H S L
Decimal 120 67 134 0.10 0.5 0 0.47 287.46 0.33 0.39
Hex 78 43 86 A 32 0 2F 11F 21 27
Octal 170 103 206 12 62 0 57 437 41 47
Binary 1111000 1000011 10000110 1010 110010 0 101111 100011111 100001 100111

Color Harmonies of #784386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784386

Black with #784386

Text Example


Text Example

White with #784386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784386; }

 p { color: rgb(120,67,134); }

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

background-color css

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

 a { background-color: rgb(120,67,134); }

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

border-color css

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

 span { border-color: rgb(120,67,134); }

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