Html Css Color HEX #783373 Eminence

📋 copy color: '#783373'

red 120 ◦ green 51 ◦ blue 115

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

Shades of Eminence #783373

Tints of Eminence #783373

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.83%

 BLUE value IS 115 (45.31% from 255) = 40.21%

R = 41.96%
G = 17.83%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#783373 (or 0x783373) is known color: Eminence. HEX triplet: 78, 33 and 73. RGB value is (120,51,115). Sum of RGB (Red+Green+Blue) = 120+51+115=286 (37% of max value = 765). Red value is 120 (47.27% from 255 or 41.96% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 120 - color contains mainly: red. Hex color #783373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783373 is #87CC8C. Grayscale: #4E4E4E. Windows color (decimal): -8899725 or 7549816. OLE color: 7549816.

HSL color Cylindrical-coordinate representation of color #783373: hue angle of 304.35º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #783373 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 51 115 -
CMYK 0 0.58 0.04 0.53
HSL 304.35º 0.4% 0.34% -
HSV(B) 304.35º 0.58% 0.47% -
XYZ 12.02 7.6 17.05 -
YUV 78.93 148.36 157.3 -
System Red Green Blue C M Y K H S L
Decimal 120 51 115 0 0.58 0.04 0.53 304.35 0.4 0.34
Hex 78 33 73 0 3A 4 35 130 28 22
Octal 170 63 163 0 72 4 65 460 50 42
Binary 1111000 110011 1110011 0 111010 100 110101 100110000 101000 100010

Color Harmonies of #783373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783373

Black with #783373

Text Example


Text Example

White with #783373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783373; }

 p { color: rgb(120,51,115); }

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

background-color css

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

 a { background-color: rgb(120,51,115); }

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

border-color css

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

 span { border-color: rgb(120,51,115); }

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