Html Css Color HEX #783F72 Eminence

📋 copy color: '#783F72'

red 120 ◦ green 63 ◦ blue 114

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

Shades of Eminence #783F72

Tints of Eminence #783F72

RGB

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

 GREEN value IS 63 (25% from 255) = 21.21%

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

R = 40.4%
G = 21.21%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#783F72 (or 0x783F72) is known color: Eminence. HEX triplet: 78, 3F and 72. RGB value is (120,63,114). Sum of RGB (Red+Green+Blue) = 120+63+114=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 63 (25% from 255 or 21.21% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 120 - color contains mainly: red. Hex color #783F72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783F72 is #87C08D. Grayscale: #555555. Windows color (decimal): -8896654 or 7487352. OLE color: 7487352.

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

Color convert

RGB 120 63 114 -
CMYK 0 0.48 0.05 0.53
HSL 306.32º 0.31% 0.36% -
HSV(B) 306.32º 0.48% 0.47% -
XYZ 12.56 8.76 16.95 -
YUV 85.86 143.88 152.35 -
System Red Green Blue C M Y K H S L
Decimal 120 63 114 0 0.48 0.05 0.53 306.32 0.31 0.36
Hex 78 3F 72 0 30 5 35 132 1F 24
Octal 170 77 162 0 60 5 65 462 37 44
Binary 1111000 111111 1110010 0 110000 101 110101 100110010 11111 100100

Color Harmonies of #783F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783F72

Black with #783F72

Text Example


Text Example

White with #783F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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