Html Css Color HEX #783D72 Eminence

📋 copy color: '#783D72'

red 120 ◦ green 61 ◦ blue 114

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

Shades of Eminence #783D72

Tints of Eminence #783D72

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.68%

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

R = 40.68%
G = 20.68%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#783D72 (or 0x783D72) is known color: Eminence. HEX triplet: 78, 3D and 72. RGB value is (120,61,114). Sum of RGB (Red+Green+Blue) = 120+61+114=295 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.68% from 295); Green value is 61 (24.22% from 255 or 20.68% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 120 - color contains mainly: red. Hex color #783D72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783D72 is #87C28D. Grayscale: #545454. Windows color (decimal): -8897166 or 7486840. OLE color: 7486840.

HSL color Cylindrical-coordinate representation of color #783D72: hue angle of 306.1º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #783D72 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 61 114 -
CMYK 0 0.49 0.05 0.53
HSL 306.1º 0.33% 0.35% -
HSV(B) 306.1º 0.49% 0.47% -
XYZ 12.45 8.55 16.91 -
YUV 84.68 144.55 153.19 -
System Red Green Blue C M Y K H S L
Decimal 120 61 114 0 0.49 0.05 0.53 306.1 0.33 0.35
Hex 78 3D 72 0 31 5 35 132 21 23
Octal 170 75 162 0 61 5 65 462 41 43
Binary 1111000 111101 1110010 0 110001 101 110101 100110010 100001 100011

Color Harmonies of #783D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783D72

Black with #783D72

Text Example


Text Example

White with #783D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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