Html Css Color HEX #784380 Eminence

📋 copy color: '#784380'

red 120 ◦ green 67 ◦ blue 128

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

Shades of Eminence #784380

Tints of Eminence #784380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 40.63%

R = 38.1%
G = 21.27%
B = 40.63%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#784380 (or 0x784380) is known color: Eminence. HEX triplet: 78, 43 and 80. RGB value is (120,67,128). Sum of RGB (Red+Green+Blue) = 120+67+128=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 128 - color contains mainly: blue. Hex color #784380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784380 is #87BC7F. Grayscale: #595959. Windows color (decimal): -8895616 or 8405880. OLE color: 8405880.

HSL color Cylindrical-coordinate representation of color #784380: hue angle of 292.13º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #784380 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 120 67 128 -
CMYK 0.06 0.48 0 0.50
HSL 292.13º 0.31% 0.38% -
HSV(B) 292.13º 0.48% 0.5% -
XYZ 13.65 9.57 21.55 -
YUV 89.8 149.56 149.54 -
System Red Green Blue C M Y K H S L
Decimal 120 67 128 0.06 0.48 0 0.50 292.13 0.31 0.38
Hex 78 43 80 6 30 0 32 124 1F 26
Octal 170 103 200 6 60 0 62 444 37 46
Binary 1111000 1000011 10000000 110 110000 0 110010 100100100 11111 100110

Color Harmonies of #784380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #784380

Black with #784380

Text Example


Text Example

White with #784380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #784380; }

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

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

background-color css

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

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

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

border-color css

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

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

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