Html Css Color HEX #784279 Eminence

📋 copy color: '#784279'

red 120 ◦ green 66 ◦ blue 121

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

Shades of Eminence #784279

Tints of Eminence #784279

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.5%

 BLUE value IS 121 (47.66% from 255) = 39.41%

R = 39.09%
G = 21.5%
B = 39.41%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#784279 (or 0x784279) is known color: Eminence. HEX triplet: 78, 42 and 79. RGB value is (120,66,121). Sum of RGB (Red+Green+Blue) = 120+66+121=307 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.09% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 121 - color contains mainly: blue. Hex color #784279 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784279 is #87BD86. Grayscale: #585858. Windows color (decimal): -8895879 or 7946872. OLE color: 7946872.

HSL color Cylindrical-coordinate representation of color #784279: hue angle of 298.91º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #784279 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 66 121 -
CMYK 0.01 0.45 0 0.53
HSL 298.91º 0.29% 0.37% -
HSV(B) 298.91º 0.45% 0.47% -
XYZ 13.15 9.27 19.19 -
YUV 88.42 146.39 150.53 -
System Red Green Blue C M Y K H S L
Decimal 120 66 121 0.01 0.45 0 0.53 298.91 0.29 0.37
Hex 78 42 79 1 2D 0 35 12B 1D 25
Octal 170 102 171 1 55 0 65 453 35 45
Binary 1111000 1000010 1111001 1 101101 0 110101 100101011 11101 100101

Color Harmonies of #784279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784279

Black with #784279

Text Example


Text Example

White with #784279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784279; }

 p { color: rgb(120,66,121); }

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

background-color css

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

 a { background-color: rgb(120,66,121); }

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

border-color css

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

 span { border-color: rgb(120,66,121); }

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