Html Css Color HEX #783273 Eminence

📋 copy color: '#783273'

red 120 ◦ green 50 ◦ blue 115

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

Shades of Eminence #783273

Tints of Eminence #783273

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.54%

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

R = 42.11%
G = 17.54%
B = 40.35%

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

#783273 (or 0x783273) is known color: Eminence. HEX triplet: 78, 32 and 73. RGB value is (120,50,115). Sum of RGB (Red+Green+Blue) = 120+50+115=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 120 - color contains mainly: red. Hex color #783273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783273 is #87CD8C. Grayscale: #4E4E4E. Windows color (decimal): -8899981 or 7549560. OLE color: 7549560.

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

Color convert

RGB 120 50 115 -
CMYK 0 0.58 0.04 0.53
HSL 304.29º 0.41% 0.33% -
HSV(B) 304.29º 0.58% 0.47% -
XYZ 11.98 7.51 17.04 -
YUV 78.34 148.69 157.71 -
System Red Green Blue C M Y K H S L
Decimal 120 50 115 0 0.58 0.04 0.53 304.29 0.41 0.33
Hex 78 32 73 0 3A 4 35 130 29 21
Octal 170 62 163 0 72 4 65 460 51 41
Binary 1111000 110010 1110011 0 111010 100 110101 100110000 101001 100001

Color Harmonies of #783273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783273

Black with #783273

Text Example


Text Example

White with #783273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783273; }

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

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

background-color css

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

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

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

border-color css

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

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

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