Html Css Color HEX #784482 Affair

📋 copy color: '#784482'

red 120 ◦ green 68 ◦ blue 130

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

Shades of Affair #784482

Tints of Affair #784482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 40.88%

R = 37.74%
G = 21.38%
B = 40.88%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#784482 (or 0x784482) is known color: Affair. HEX triplet: 78, 44 and 82. RGB value is (120,68,130). Sum of RGB (Red+Green+Blue) = 120+68+130=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 130 - color contains mainly: blue. Hex color #784482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784482 is #87BB7D. Grayscale: #5A5A5A. Windows color (decimal): -8895358 or 8537208. OLE color: 8537208.

HSL color Cylindrical-coordinate representation of color #784482: hue angle of 290.32º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #784482 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 120 68 130 -
CMYK 0.08 0.48 0 0.49
HSL 290.32º 0.31% 0.39% -
HSV(B) 290.32º 0.48% 0.51% -
XYZ 13.84 9.74 22.27 -
YUV 90.62 150.23 148.96 -
System Red Green Blue C M Y K H S L
Decimal 120 68 130 0.08 0.48 0 0.49 290.32 0.31 0.39
Hex 78 44 82 8 30 0 31 122 1F 27
Octal 170 104 202 10 60 0 61 442 37 47
Binary 1111000 1000100 10000010 1000 110000 0 110001 100100010 11111 100111

Color Harmonies of #784482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784482

Black with #784482

Text Example


Text Example

White with #784482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784482; }

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

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

background-color css

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

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

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

border-color css

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

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

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