Html Css Color HEX #783472 Eminence

📋 copy color: '#783472'

red 120 ◦ green 52 ◦ blue 114

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

Shades of Eminence #783472

Tints of Eminence #783472

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.18%

 BLUE value IS 114 (44.92% from 255) = 39.86%

R = 41.96%
G = 18.18%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#783472 (or 0x783472) is known color: Eminence. HEX triplet: 78, 34 and 72. RGB value is (120,52,114). Sum of RGB (Red+Green+Blue) = 120+52+114=286 (37% of max value = 765). Red value is 120 (47.27% from 255 or 41.96% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 120 - color contains mainly: red. Hex color #783472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783472 is #87CB8D. Grayscale: #4F4F4F. Windows color (decimal): -8899470 or 7484536. OLE color: 7484536.

HSL color Cylindrical-coordinate representation of color #783472: hue angle of 305.29º 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 #783472 is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 52 114 -
CMYK 0 0.57 0.05 0.53
HSL 305.29º 0.4% 0.34% -
HSV(B) 305.29º 0.57% 0.47% -
XYZ 12.01 7.66 16.77 -
YUV 79.4 147.53 156.96 -
System Red Green Blue C M Y K H S L
Decimal 120 52 114 0 0.57 0.05 0.53 305.29 0.4 0.34
Hex 78 34 72 0 39 5 35 131 28 22
Octal 170 64 162 0 71 5 65 461 50 42
Binary 1111000 110100 1110010 0 111001 101 110101 100110001 101000 100010

Color Harmonies of #783472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783472

Black with #783472

Text Example


Text Example

White with #783472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783472; }

 p { color: rgb(120,52,114); }

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

background-color css

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

 a { background-color: rgb(120,52,114); }

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

border-color css

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

 span { border-color: rgb(120,52,114); }

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